Title: [94050] trunk
Revision
94050
Author
[email protected]
Date
2011-08-29 23:19:34 -0700 (Mon, 29 Aug 2011)

Log Message

Build fix attempt after r94038.

* Source/autotools/symbols.filter:

Modified Paths

Diff

Modified: trunk/ChangeLog (94049 => 94050)


--- trunk/ChangeLog	2011-08-30 06:07:29 UTC (rev 94049)
+++ trunk/ChangeLog	2011-08-30 06:19:34 UTC (rev 94050)
@@ -1,3 +1,9 @@
+2011-08-29  Ryosuke Niwa  <[email protected]>
+
+        Build fix attempt after r94038.
+
+        * Source/autotools/symbols.filter:
+
 2011-08-26  Varun Jain  <[email protected]>
 
         WebViewImpl::selectionRange should return range in the right order.

Modified: trunk/Source/autotools/symbols.filter (94049 => 94050)


--- trunk/Source/autotools/symbols.filter	2011-08-30 06:07:29 UTC (rev 94049)
+++ trunk/Source/autotools/symbols.filter	2011-08-30 06:19:34 UTC (rev 94050)
@@ -31,6 +31,8 @@
 _ZN7WebCore5Range6createEN3WTF10PassRefPtrINS_8DocumentEEENS2_INS_4NodeEEEiS6_i;
 _ZN7WebCore5RangeD1Ev;
 _ZN7WebCore8Document36updateLayoutIgnorePendingStylesheetsEv;
+_ZN7WebCore9HTMLNames8inputTagE;
+_ZN7WebCore9HTMLNames11textareaTagE;
 _ZN7WebCore10JSDocument3putEPN3JSC9ExecStateERKNS1_10IdentifierENS1_7JSValueERNS1_15PutPropertySlotE;
 _ZN7WebCore10JSDocument6s_infoE;
 _ZN7WebCore10toDocumentEN3JSC7JSValueE;
@@ -53,6 +55,7 @@
 _ZN7WebCore21getCachedDOMStructureEPNS_17JSDOMGlobalObjectEPKN3JSC9ClassInfoE;
 _ZN7WebCore22externalRepresentationEPNS_7ElementEj;
 _ZN7WebCore24DocumentMarkerController10markersForEPNS_4NodeE;
+_ZN7WebCore26HTMLTextFormControlElement27setLastChangeWasNotUserEditEv;
 _ZN7WebCore6JSNode13visitChildrenERN3JSC11SlotVisitorE;
 _ZN7WebCore6JSNode3putEPN3JSC9ExecStateERKNS1_10IdentifierENS1_7JSValueERNS1_15PutPropertySlotE;
 _ZN7WebCore6JSNode6s_infoE;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to