Title: [120447] trunk/Source/WebCore
Revision
120447
Author
[email protected]
Date
2012-06-15 06:36:57 -0700 (Fri, 15 Jun 2012)

Log Message

Buildfix for !ENABLE(BLOB) platforms after r120433.
https://bugs.webkit.org/show_bug.cgi?id=78648

Patch by Zoltan Arvai <[email protected]> on 2012-06-15
Reviewed by Csaba Osztrogonác.

* fileapi/ThreadableBlobRegistry.cpp:
(WebCore::ThreadableBlobRegistry::registerBlobURL):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (120446 => 120447)


--- trunk/Source/WebCore/ChangeLog	2012-06-15 13:27:48 UTC (rev 120446)
+++ trunk/Source/WebCore/ChangeLog	2012-06-15 13:36:57 UTC (rev 120447)
@@ -1,3 +1,13 @@
+2012-06-15  Zoltan Arvai  <[email protected]>
+
+        Buildfix for !ENABLE(BLOB) platforms after r120433.
+        https://bugs.webkit.org/show_bug.cgi?id=78648
+
+        Reviewed by Csaba Osztrogonác.
+
+        * fileapi/ThreadableBlobRegistry.cpp:
+        (WebCore::ThreadableBlobRegistry::registerBlobURL):
+
 2012-06-15  Sami Kyostila  <[email protected]>
 
         [chromium] Allow scrolling non-root layers in the compositor thread

Modified: trunk/Source/WebCore/fileapi/ThreadableBlobRegistry.cpp (120446 => 120447)


--- trunk/Source/WebCore/fileapi/ThreadableBlobRegistry.cpp	2012-06-15 13:27:48 UTC (rev 120446)
+++ trunk/Source/WebCore/fileapi/ThreadableBlobRegistry.cpp	2012-06-15 13:36:57 UTC (rev 120447)
@@ -143,7 +143,7 @@
 {
 }
 
-void ThreadableBlobRegistry::registerBlobURL(const KURL&, const KURL&)
+void ThreadableBlobRegistry::registerBlobURL(SecurityOrigin*, const KURL&, const KURL&)
 {
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to