diff options
| author | Simon Hausmann <simon.hausmann@nokia.com> | 2012-07-16 14:51:15 +0200 |
|---|---|---|
| committer | Simon Hausmann <simon.hausmann@nokia.com> | 2012-07-16 14:51:15 +0200 |
| commit | 4e6b3a206fa4ad8bb0b664f7674c9a70376d6e26 (patch) | |
| tree | 7bb9ad7e31c24d1cf1707e03e6f1a80f6d033951 /Source/WebCore/WebCore.exp.in | |
| parent | 3977e3d2f72f7fe2c887c1ec0e0c342e1d169f42 (diff) | |
| download | qtwebkit-4e6b3a206fa4ad8bb0b664f7674c9a70376d6e26.tar.gz | |
Imported WebKit commit 953baa67aa07087b6ecd4199351ec554c724e27d (http://svn.webkit.org/repository/webkit/trunk@122676)
Diffstat (limited to 'Source/WebCore/WebCore.exp.in')
| -rw-r--r-- | Source/WebCore/WebCore.exp.in | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/Source/WebCore/WebCore.exp.in b/Source/WebCore/WebCore.exp.in index 2fa7d5cf7..1b2618e7f 100644 --- a/Source/WebCore/WebCore.exp.in +++ b/Source/WebCore/WebCore.exp.in @@ -611,6 +611,9 @@ __ZN7WebCore25computeViewportAttributesENS_17ViewportArgumentsEiiifNS_7IntSizeE __ZN7WebCore26UserTypingGestureIndicator27processingUserTypingGestureEv __ZN7WebCore26UserTypingGestureIndicator28focusedElementAtGestureStartEv __ZN7WebCore26stopObservingCookieChangesEv +__ZN7WebCore26ContextDestructionObserverD2Ev +__ZN7WebCore26ContextDestructionObserverC2EPNS_22ScriptExecutionContextE +__ZN7WebCore26ContextDestructionObserver16contextDestroyedEv __ZN7WebCore27AuthenticationChallengeBaseC2Ev __ZN7WebCore27CSSComputedStyleDeclarationC1EN3WTF10PassRefPtrINS_4NodeEEEbRKNS1_6StringE __ZN7WebCore27DeviceOrientationClientMock14setOrientationEN3WTF10PassRefPtrINS_21DeviceOrientationDataEEE @@ -1986,23 +1989,23 @@ __ZN7WebCore7IntSizeC1ERK7_NSSize __ZNK7WebCore7IntSizecv7_NSSizeEv #endif -#if defined(BUILDING_ON_SNOW_LEOPARD) && !PLATFORM(IOS) +#if !PLATFORM(IOS) && __MAC_OS_X_VERSION_MIN_REQUIRED == 1060 _wkGetNSEventMomentumPhase #endif -#if !defined(BUILDING_ON_SNOW_LEOPARD) || PLATFORM(IOS) +#if PLATFORM(IOS) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070 _wkCALayerEnumerateRectsBeingDrawnWithBlock _wkCFURLRequestAllowAllPostCaching _wkCGPathAddRoundedRect _wkCreateCTTypesetterWithUniCharProviderAndOptions #endif -#if (!defined(BUILDING_ON_SNOW_LEOPARD) || PLATFORM(IOS)) && !PLATFORM(IOS_SIMULATOR) +#if (PLATFORM(IOS) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070) && !PLATFORM(IOS_SIMULATOR) _wkIOSurfaceContextCreate _wkIOSurfaceContextCreateImage #endif -#if !defined(BUILDING_ON_SNOW_LEOPARD) && !PLATFORM(IOS) +#if !PLATFORM(IOS) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070 _wkAVAssetResolvedURL _wkCopyDefaultSearchProviderDisplayName _wkCreateVMPressureDispatchOnMainQueue @@ -2011,7 +2014,7 @@ _wkExecutableWasLinkedOnOrBeforeSnowLeopard _wkRecommendedScrollerStyle #endif -#if !defined(BUILDING_ON_SNOW_LEOPARD) && !defined(BUILDING_ON_LION) && !PLATFORM(IOS) +#if !PLATFORM(IOS) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 1080 _wkExecutableWasLinkedOnOrBeforeLion _wkFilterAddData _wkFilterCreateInstance @@ -2070,7 +2073,7 @@ __ZN7WebCore14ResourceHandle46setPrivateBrowsingStorageSessionIdentifierBaseERKN __ZN7WebCore14ResourceHandle21currentStorageSessionEv __ZN7WebCore14ResourceHandle29privateBrowsingStorageSessionEv __ZN7WebCore26currentCFHTTPCookieStorageEv -#if defined(BUILDING_ON_SNOW_LEOPARD) +#if !PLATFORM(IOS) && __MAC_OS_X_VERSION_MIN_REQUIRED == 1060 __ZN7WebCore14ResourceHandle24setDefaultStorageSessionEP21__CFURLStorageSession #else __ZN7WebCore14ResourceHandle24setDefaultStorageSessionEPK21__CFURLStorageSession @@ -2376,6 +2379,10 @@ __ZN7WebCore9FrameView25serviceScriptedAnimationsEy __ZN7WebCore22RuntimeEnabledFeatures18isShadowDOMEnabledE #endif +#if ENABLE(DIALOG_ELEMENT) +__ZN7WebCore22RuntimeEnabledFeatures22isDialogElementEnabledE +#endif + #if ENABLE(SVG) __ZN7WebCore14SVGSMILElement13isSMILElementEPNS_4NodeE __ZN7WebCore8Document13svgExtensionsEv @@ -2540,7 +2547,7 @@ __ZNK7WebCore4KURL7isValidEv __ZNK7WebCore4KURL22protocolIsInHTTPFamilyEv #endif -#if PLATFORM(MAC) && !defined(BUILDING_ON_LEOPARD) && !defined(BUILDING_ON_SNOW_LEOPARD) && !defined(BUILDING_ON_LION) +#if PLATFORM(MAC) && !PLATFORM(IOS) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 1080 __ZN7WebCore27AlternativeTextUIController15addAlternativesERKN3WTF9RetainPtrI18NSTextAlternativesEE __ZN7WebCore27AlternativeTextUIController22alternativesForContextEy __ZN7WebCore27AlternativeTextUIController5clearEv |
