Title: [86873] trunk/Source/WebCore
Revision
86873
Author
[email protected]
Date
2011-05-19 12:26:56 -0700 (Thu, 19 May 2011)

Log Message

2011-05-19  Dimitri Glazkov  <[email protected]>

        Fix Leopard build after r86869.

        * WebCore.exp.in: Moved now-always-used exported symbols out of the conditional guard.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (86872 => 86873)


--- trunk/Source/WebCore/ChangeLog	2011-05-19 19:24:18 UTC (rev 86872)
+++ trunk/Source/WebCore/ChangeLog	2011-05-19 19:26:56 UTC (rev 86873)
@@ -1,3 +1,9 @@
+2011-05-19  Dimitri Glazkov  <[email protected]>
+
+        Fix Leopard build after r86869.
+
+        * WebCore.exp.in: Moved now-always-used exported symbols out of the conditional guard.
+
 2011-05-19  Robert Hogan  <[email protected]>
 
         Reviewed by Andreas Kling.

Modified: trunk/Source/WebCore/WebCore.exp.in (86872 => 86873)


--- trunk/Source/WebCore/WebCore.exp.in	2011-05-19 19:24:18 UTC (rev 86872)
+++ trunk/Source/WebCore/WebCore.exp.in	2011-05-19 19:26:56 UTC (rev 86873)
@@ -1013,6 +1013,8 @@
 __ZN7WebCore9pageCacheEv
 __ZN7WebCore9plainTextEPKNS_5RangeENS_20TextIteratorBehaviorE
 __ZN7WebCore9toElementEN3JSC7JSValueE
+__ZN7WebCore17cacheDOMStructureEPNS_17JSDOMGlobalObjectEPN3JSC9StructureEPKNS2_9ClassInfoE
+__ZN7WebCore21getCachedDOMStructureEPNS_17JSDOMGlobalObjectEPKN3JSC9ClassInfoE
 __ZNK3JSC8Bindings10RootObject12globalObjectEv
 __ZNK3WTF6String14createCFStringEv
 __ZNK7WebCore5Frame26getDocumentBackgroundColorEv
@@ -1638,8 +1640,6 @@
 __ZN3JSC8Bindings8InstanceD2Ev
 __ZN7WebCore13IdentifierRep7isValidEPS0_
 __ZN7WebCore16ScriptController16createRootObjectEPv
-__ZN7WebCore17cacheDOMStructureEPNS_17JSDOMGlobalObjectEPN3JSC9StructureEPKNS2_9ClassInfoE
-__ZN7WebCore21getCachedDOMStructureEPNS_17JSDOMGlobalObjectEPKN3JSC9ClassInfoE
 __ZNK3JSC8Bindings13RuntimeObject12defaultValueEPNS_9ExecStateENS_22PreferredPrimitiveTypeE
 __ZTVN3JSC13RuntimeMethodE
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to