diff options
| author | Simon Hausmann <simon.hausmann@nokia.com> | 2012-07-11 13:45:28 +0200 |
|---|---|---|
| committer | Simon Hausmann <simon.hausmann@nokia.com> | 2012-07-11 13:45:28 +0200 |
| commit | d6a599dbc9d824a462b2b206316e102bf8136446 (patch) | |
| tree | ecb257a5e55b2239d74b90fdad62fccd661cf286 /Source/WebCore/WebCore.exp.in | |
| parent | 3ccc3a85f09a83557b391aae380d3bf5f81a2911 (diff) | |
| download | qtwebkit-d6a599dbc9d824a462b2b206316e102bf8136446.tar.gz | |
Imported WebKit commit 8ff1f22783a32de82fee915abd55bd1b298f2644 (http://svn.webkit.org/repository/webkit/trunk@122325)
New snapshot that should work with the latest Qt build system changes
Diffstat (limited to 'Source/WebCore/WebCore.exp.in')
| -rw-r--r-- | Source/WebCore/WebCore.exp.in | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Source/WebCore/WebCore.exp.in b/Source/WebCore/WebCore.exp.in index abddfb722..2fa7d5cf7 100644 --- a/Source/WebCore/WebCore.exp.in +++ b/Source/WebCore/WebCore.exp.in @@ -456,6 +456,7 @@ __ZN7WebCore17HistoryController33restoreScrollPositionAndViewStateEv __ZN7WebCore17JSDOMGlobalObject6s_infoE __ZN7WebCore17RegularExpressionC1ERKN3WTF6StringENS1_19TextCaseSensitivityE __ZN7WebCore17RegularExpressionD1Ev +__ZN7WebCore17ViewportArguments19deprecatedTargetDPIE __ZN7WebCore17cacheDOMStructureEPNS_17JSDOMGlobalObjectEPN3JSC9StructureEPKNS2_9ClassInfoE __ZN7WebCore17openTemporaryFileERKN3WTF6StringERi __ZN7WebCore17userVisibleStringEP5NSURL @@ -587,7 +588,6 @@ __ZN7WebCore24ComposedShadowTreeWalker11nextSiblingEv __ZN7WebCore24ComposedShadowTreeWalker4nextEv __ZN7WebCore24ComposedShadowTreeWalker8previousEv __ZN7WebCore24ComposedShadowTreeWalker9lastChildEv -__ZN7WebCore24ComposedShadowTreeWalkerC1EPKNS_4NodeENS0_6PolicyE __ZN7WebCore24DocumentMarkerController10markersForEPNS_4NodeENS_14DocumentMarker11MarkerTypesE __ZN7WebCore24DocumentMarkerController13removeMarkersENS_14DocumentMarker11MarkerTypesE __ZN7WebCore24DocumentMarkerController23renderedRectsForMarkersENS_14DocumentMarker10MarkerTypeE @@ -607,7 +607,7 @@ __ZN7WebCore25HistoryPropertyListWriter16writeHistoryItemERNS_30BinaryPropertyLi __ZN7WebCore25HistoryPropertyListWriter6bufferEm __ZN7WebCore25HistoryPropertyListWriterC2Ev __ZN7WebCore25addLanguageChangeObserverEPvPFvS0_E -__ZN7WebCore25computeViewportAttributesENS_17ViewportArgumentsEiiiiNS_7IntSizeE +__ZN7WebCore25computeViewportAttributesENS_17ViewportArgumentsEiiifNS_7IntSizeE __ZN7WebCore26UserTypingGestureIndicator27processingUserTypingGestureEv __ZN7WebCore26UserTypingGestureIndicator28focusedElementAtGestureStartEv __ZN7WebCore26stopObservingCookieChangesEv @@ -626,7 +626,6 @@ __ZN7WebCore31CrossOriginPreflightResultCache5emptyEv __ZN7WebCore31CrossOriginPreflightResultCache6sharedEv __ZN7WebCore32plainTextToMallocAllocatedBufferEPKNS_5RangeERjbNS_20TextIteratorBehaviorE __ZN7WebCore33stripLeadingAndTrailingHTMLSpacesERKN3WTF6StringE -__ZN7WebCore36initializeLoggingChannelsIfNecessaryEv __ZN7WebCore3macERKNS_10CredentialE __ZN7WebCore3macERKNS_23AuthenticationChallengeE __ZN7WebCore40restrictMinimumScaleFactorToViewportSizeERNS_18ViewportAttributesENS_7IntSizeE @@ -1149,6 +1148,7 @@ __ZNK7WebCore14FrameSelection18isFocusedAndActiveEv __ZNK7WebCore14FrameSelection31getClippedVisibleTextRectanglesERN3WTF6VectorINS_9FloatRectELm0EEE __ZNK7WebCore14FrameSelection36rootEditableElementOrDocumentElementEv __ZNK7WebCore14FrameSelection6boundsEb +__ZNK7WebCore14InsertionPoint8isActiveEv __ZNK7WebCore14RenderListItem10markerTextEv __ZNK7WebCore14ResourceHandle10connectionEv __ZNK7WebCore14ResourceLoader11frameLoaderEv @@ -1272,6 +1272,7 @@ __ZNK7WebCore4Node9treeScopeEv __ZNK7WebCore4Page10pluginDataEv __ZNK7WebCore4Page14renderTreeSizeEv __ZNK7WebCore4Page15backForwardListEv +__ZNK7WebCore4Page17viewportArgumentsEv __ZNK7WebCore4Page34inLowQualityImageInterpolationModeEv __ZNK7WebCore4Page9groupNameEv __ZNK7WebCore4Page9pageCountEv @@ -1976,6 +1977,10 @@ __ZN7WebCore20LogNotYetImplementedE __ZNK7WebCore7Element26fastAttributeLookupAllowedERKNS_13QualifiedNameE #endif +#if !LOG_DISABLED +__ZN7WebCore36initializeLoggingChannelsIfNecessaryEv +#endif // !LOG_DISABLED + #if !defined(NSGEOMETRY_TYPES_SAME_AS_CGGEOMETRY_TYPES) && !PLATFORM(IOS) __ZN7WebCore7IntSizeC1ERK7_NSSize __ZNK7WebCore7IntSizecv7_NSSizeEv |
