Title: [143676] trunk/Source/WebCore
Revision
143676
Author
[email protected]
Date
2013-02-21 17:43:29 -0800 (Thu, 21 Feb 2013)

Log Message

Fix the build after r143664.

Unreviewed.

* WebCore.exp.in:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (143675 => 143676)


--- trunk/Source/WebCore/ChangeLog	2013-02-22 01:42:06 UTC (rev 143675)
+++ trunk/Source/WebCore/ChangeLog	2013-02-22 01:43:29 UTC (rev 143676)
@@ -1,3 +1,11 @@
+2013-02-21  Benjamin Poulain  <[email protected]>
+
+        Fix the build after r143664.
+
+        Unreviewed.
+
+        * WebCore.exp.in:
+
 2013-02-21  Eric Seidel  <[email protected]>
 
         tables/mozilla/bugs/bug8950.html fails with threaded parser due to attribute duplication

Modified: trunk/Source/WebCore/WebCore.exp.in (143675 => 143676)


--- trunk/Source/WebCore/WebCore.exp.in	2013-02-22 01:42:06 UTC (rev 143675)
+++ trunk/Source/WebCore/WebCore.exp.in	2013-02-22 01:43:29 UTC (rev 143676)
@@ -156,6 +156,9 @@
 __ZNK7WebCore9InlineBox17reportMemoryUsageEPN3WTF16MemoryObjectInfoE
 __ZNK7WebCore9InlineBox14caretMinOffsetEv
 __ZNK7WebCore9InlineBox10lineHeightEv
+#if !defined(NDEBUG)
+__ZNK7WebCore14DocumentLoader9isLoadingEv
+#endif
 __ZN7WebCore11JSDOMWindow6s_infoE
 __ZN7WebCore11MemoryCache11setDisabledEb
 __ZN7WebCore11MemoryCache13getStatisticsEv
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to