Title: [93632] trunk/Source/WebKit/chromium
Revision
93632
Author
[email protected]
Date
2011-08-23 13:19:09 -0700 (Tue, 23 Aug 2011)

Log Message

[chromium] Remove a few FIXME #defines in API headers
https://bugs.webkit.org/show_bug.cgi?id=66791

Reviewed by James Robinson.

* DEPS:
Roll chromium_rev to r97891.
* public/WebFileSystem.h:
#define made obsolete in http://crrev.com/97520.
* public/WebKitClient.h:
#define made obsolete in http://crrev.com/97524 and
http://crrev.com/97891.

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (93631 => 93632)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-08-23 20:10:46 UTC (rev 93631)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-08-23 20:19:09 UTC (rev 93632)
@@ -1,3 +1,19 @@
+2011-08-23  Adam Klein  <[email protected]>
+
+        [chromium] Remove a few FIXME #defines in API headers
+        https://bugs.webkit.org/show_bug.cgi?id=66791
+
+        Reviewed by James Robinson.
+
+        * DEPS:
+        Roll chromium_rev to r97891.
+        * public/WebFileSystem.h:
+        #define made obsolete in http://crrev.com/97520.
+        * public/WebKitClient.h:
+        #define made obsolete in http://crrev.com/97524 and
+        http://crrev.com/97891.
+
+
 2011-08-23  Al Patrick  <[email protected]>
 
         Add shareResources flag to 3D graphics context attributes

Modified: trunk/Source/WebKit/chromium/DEPS (93631 => 93632)


--- trunk/Source/WebKit/chromium/DEPS	2011-08-23 20:10:46 UTC (rev 93631)
+++ trunk/Source/WebKit/chromium/DEPS	2011-08-23 20:19:09 UTC (rev 93632)
@@ -32,7 +32,7 @@
 
 vars = {
   'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
-  'chromium_rev': '97834'
+  'chromium_rev': '97891'
 }
 
 deps = {

Modified: trunk/Source/WebKit/chromium/public/WebFileSystem.h (93631 => 93632)


--- trunk/Source/WebKit/chromium/public/WebFileSystem.h	2011-08-23 20:10:46 UTC (rev 93631)
+++ trunk/Source/WebKit/chromium/public/WebFileSystem.h	2011-08-23 20:19:09 UTC (rev 93632)
@@ -40,9 +40,6 @@
 class WebFileWriter;
 class WebFileWriterClient;
 
-// FIXME(zelidrag): Remove this define once Chromium side catches up.
-#define WEB_FILE_SYSTEM_TYPE_EXTERNAL
-
 class WebFileSystem {
 public:
     enum Type {

Modified: trunk/Source/WebKit/chromium/public/WebKitClient.h (93631 => 93632)


--- trunk/Source/WebKit/chromium/public/WebKitClient.h	2011-08-23 20:10:46 UTC (rev 93631)
+++ trunk/Source/WebKit/chromium/public/WebKitClient.h	2011-08-23 20:19:09 UTC (rev 93632)
@@ -47,9 +47,6 @@
 typedef void *HANDLE;
 #endif
 
-// FIXME: remove after rolling deps
-#define WEBKIT_USE_MONOTONIC_CLOCK_FOR_TIMER_SCHEDULING
-
 namespace WebKit {
 
 class WebApplicationCacheHost;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to