Title: [96778] trunk/Tools
Revision
96778
Author
[email protected]
Date
2011-10-05 18:14:15 -0700 (Wed, 05 Oct 2011)

Log Message

Fix build.

* TestWebKitAPI/Tests/WebKit2/CanHandleRequest.cpp:
(TestWebKitAPI::TEST): Remove underscore prefix from call to
WKContextRegisterURLSchemeAsEmptyDocument.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (96777 => 96778)


--- trunk/Tools/ChangeLog	2011-10-06 00:56:43 UTC (rev 96777)
+++ trunk/Tools/ChangeLog	2011-10-06 01:14:15 UTC (rev 96778)
@@ -1,3 +1,11 @@
+2011-10-05  Darin Adler  <[email protected]>
+
+        Fix build.
+
+        * TestWebKitAPI/Tests/WebKit2/CanHandleRequest.cpp:
+        (TestWebKitAPI::TEST): Remove underscore prefix from call to
+        WKContextRegisterURLSchemeAsEmptyDocument.
+
 2011-10-05  Brent Fulgham  <[email protected]>
 
         [WinCairo] Switch to building Release target, and activate tests.

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2/CanHandleRequest.cpp (96777 => 96778)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2/CanHandleRequest.cpp	2011-10-06 00:56:43 UTC (rev 96777)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2/CanHandleRequest.cpp	2011-10-06 01:14:15 UTC (rev 96778)
@@ -57,7 +57,7 @@
     WKRetainPtr<WKContextRef> context = adoptWK(Util::createContextForInjectedBundleTest("CanHandleRequestTest"));
     setInjectedBundleClient(context.get());
 
-    _WKContextRegisterURLSchemeAsEmptyDocument(context.get(), Util::toWK("emptyscheme").get());
+    WKContextRegisterURLSchemeAsEmptyDocument(context.get(), Util::toWK("emptyscheme").get());
 
     PlatformWebView webView(context.get());
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to