Title: [89234] trunk
- Revision
- 89234
- Author
- [email protected]
- Date
- 2011-06-20 01:22:44 -0700 (Mon, 20 Jun 2011)
Log Message
2011-06-20 MORITA Hajime <[email protected]>
Unreviewed GTK build fix.
This change corrected syntax error on symbols.filter.
* Source/autotools/symbols.filter:
2011-06-20 MORITA Hajime <[email protected]>
Unreviewed GTK build fix.
This change touched the file to make the build happen.
* dom/EventTarget.cpp:
Modified Paths
Diff
Modified: trunk/ChangeLog (89233 => 89234)
--- trunk/ChangeLog 2011-06-20 08:12:03 UTC (rev 89233)
+++ trunk/ChangeLog 2011-06-20 08:22:44 UTC (rev 89234)
@@ -1,3 +1,10 @@
+2011-06-20 MORITA Hajime <[email protected]>
+
+ Unreviewed GTK build fix.
+ This change corrected syntax error on symbols.filter.
+
+ * Source/autotools/symbols.filter:
+
2011-06-19 MORITA Hajime <[email protected]>
Unreviewed GTK build fix.
Modified: trunk/Source/WebCore/ChangeLog (89233 => 89234)
--- trunk/Source/WebCore/ChangeLog 2011-06-20 08:12:03 UTC (rev 89233)
+++ trunk/Source/WebCore/ChangeLog 2011-06-20 08:22:44 UTC (rev 89234)
@@ -1,3 +1,10 @@
+2011-06-20 MORITA Hajime <[email protected]>
+
+ Unreviewed GTK build fix.
+ This change touched the file to make the build happen.
+
+ * dom/EventTarget.cpp:
+
2011-06-20 Nikolas Zimmermann <[email protected]>
Reviewed by Rob Buis.
Modified: trunk/Source/WebCore/dom/EventTarget.cpp (89233 => 89234)
--- trunk/Source/WebCore/dom/EventTarget.cpp 2011-06-20 08:12:03 UTC (rev 89233)
+++ trunk/Source/WebCore/dom/EventTarget.cpp 2011-06-20 08:22:44 UTC (rev 89234)
@@ -447,3 +447,4 @@
}
} // namespace WebCore
+
Modified: trunk/Source/autotools/symbols.filter (89233 => 89234)
--- trunk/Source/autotools/symbols.filter 2011-06-20 08:12:03 UTC (rev 89233)
+++ trunk/Source/autotools/symbols.filter 2011-06-20 08:22:44 UTC (rev 89234)
@@ -29,8 +29,8 @@
_ZN7WebCore10JSDocument3putEPN3JSC9ExecStateERKNS1_10IdentifierENS1_7JSValueERNS1_15PutPropertySlotE;
_ZN7WebCore10JSDocument6s_infoE;
_ZN7WebCore10toDocumentEN3JSC7JSValueE;
-_ZN7WebCore11EventTarget17toGeneratedStreamEv
-_ZN7WebCore11EventTarget8toStreamEv
+_ZN7WebCore11EventTarget17toGeneratedStreamEv;
+_ZN7WebCore11EventTarget8toStreamEv;
_ZN7WebCore12JSDOMWrapper34virtualFunctionToPreventWeakVtableEv;
_ZN7WebCore13createWrapperEPN3JSC9ExecStateEPNS_17JSDOMGlobalObjectEPNS_4NodeE;
_ZN7WebCore15setDOMExceptionEPN3JSC9ExecStateEi;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes