Title: [123743] trunk/Source/WebCore
Revision
123743
Author
yu...@chromium.org
Date
2012-07-26 07:40:08 -0700 (Thu, 26 Jul 2012)

Log Message

Unreviewed. Fix AppleMac compilation after r123740.

* WebCore.exp.in: Added missing symbol.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (123742 => 123743)


--- trunk/Source/WebCore/ChangeLog	2012-07-26 13:28:25 UTC (rev 123742)
+++ trunk/Source/WebCore/ChangeLog	2012-07-26 14:40:08 UTC (rev 123743)
@@ -1,5 +1,11 @@
 2012-07-26  Yury Semikhatsky  <yu...@chromium.org>
 
+        Unreviewed. Fix AppleMac compilation after r123740.
+
+        * WebCore.exp.in: Added missing symbol.
+
+2012-07-26  Yury Semikhatsky  <yu...@chromium.org>
+
         Web Inspector: move StringImpl size calculation to StringImpl
         https://bugs.webkit.org/show_bug.cgi?id=92359
 

Modified: trunk/Source/WebCore/WebCore.exp.in (123742 => 123743)


--- trunk/Source/WebCore/WebCore.exp.in	2012-07-26 13:28:25 UTC (rev 123742)
+++ trunk/Source/WebCore/WebCore.exp.in	2012-07-26 14:40:08 UTC (rev 123743)
@@ -1039,6 +1039,7 @@
 __ZN7WebCore9toElementEN3JSC7JSValueE
 __ZN7WebCore9unionRectERKN3WTF6VectorINS_9FloatRectELm0EEE
 __ZNK3JSC8Bindings10RootObject12globalObjectEv
+__ZNK3WTF10StringImpl11sizeInBytesEv
 __ZNK3WTF6String14createCFStringEv
 __ZNK7WebCore10Credential11hasPasswordEv
 __ZNK7WebCore10Credential11persistenceEv
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to