Title: [136900] trunk/Source/WebKit2
Revision
136900
Author
t...@chromium.org
Date
2012-12-06 15:28:45 -0800 (Thu, 06 Dec 2012)

Log Message

Unreviewed, Apple Win Debug build fix.

* win/WebKit2.def.in: Add 2 symbols that are needed by the debug build.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (136899 => 136900)


--- trunk/Source/WebKit2/ChangeLog	2012-12-06 23:20:12 UTC (rev 136899)
+++ trunk/Source/WebKit2/ChangeLog	2012-12-06 23:28:45 UTC (rev 136900)
@@ -1,3 +1,9 @@
+2012-12-06  Tony Chang  <t...@chromium.org>
+
+        Unreviewed, Apple Win Debug build fix.
+
+        * win/WebKit2.def.in: Add 2 symbols that are needed by the debug build.
+
 2012-12-06  Alexey Proskuryakov  <a...@apple.com>
 
         Track private browsing session in network process

Modified: trunk/Source/WebKit2/win/WebKit2.def.in (136899 => 136900)


--- trunk/Source/WebKit2/win/WebKit2.def.in	2012-12-06 23:20:12 UTC (rev 136899)
+++ trunk/Source/WebKit2/win/WebKit2.def.in	2012-12-06 23:28:45 UTC (rev 136900)
@@ -387,3 +387,5 @@
         ??0StyleSheetContents@WebCore@@AAE@PAVStyleRuleImport@1@ABVString@WTF@@ABUCSSParserContext@1@@Z
         ?addUserSheet@DocumentStyleSheetCollection@WebCore@@QAEXV?$PassRefPtr@VStyleSheetContents@WebCore@@@WTF@@@Z
         ??1StyleSheetContents@WebCore@@QAE@XZ
+        ?insertAuthorCSS@Internals@WebCore@@QBEXPAVDocument@2@ABVString@WTF@@@Z
+        ?insertUserCSS@Internals@WebCore@@QBEXPAVDocument@2@ABVString@WTF@@@Z
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to