Title: [95123] trunk/Source/WebKit/chromium
Revision
95123
Author
[email protected]
Date
2011-09-14 14:33:01 -0700 (Wed, 14 Sep 2011)

Log Message

Fix Chromium build.

* src/ResourceHandle.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (95122 => 95123)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-09-14 21:29:41 UTC (rev 95122)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-09-14 21:33:01 UTC (rev 95123)
@@ -1,3 +1,9 @@
+2011-09-14  Anders Carlsson  <[email protected]>
+
+        Fix Chromium build.
+
+        * src/ResourceHandle.cpp:
+
 2011-09-13  Eric Seidel  <[email protected]>
 
         Remove ENABLE_SVG_USE as <use> is required by HTML5

Modified: trunk/Source/WebKit/chromium/src/ResourceHandle.cpp (95122 => 95123)


--- trunk/Source/WebKit/chromium/src/ResourceHandle.cpp	2011-09-14 21:29:41 UTC (rev 95122)
+++ trunk/Source/WebKit/chromium/src/ResourceHandle.cpp	2011-09-14 21:33:01 UTC (rev 95123)
@@ -243,23 +243,12 @@
     d->setOwner(0);
 }
 
-PassRefPtr<SharedBuffer> ResourceHandle::bufferedData()
-{
-    return 0;
-}
-
 bool ResourceHandle::loadsBlocked()
 {
     return false;  // This seems to be related to sync XMLHttpRequest...
 }
 
 // static
-bool ResourceHandle::supportsBufferedData()
-{
-    return false;  // The loader will buffer manually if it needs to.
-}
-
-// static
 void ResourceHandle::loadResourceSynchronously(NetworkingContext* context,
                                                const ResourceRequest& request,
                                                StoredCredentials storedCredentials,
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to