Title: [119813] trunk/Source/WebKit/chromium
Revision
119813
Author
[email protected]
Date
2012-06-08 02:09:23 -0700 (Fri, 08 Jun 2012)

Log Message

[Chromium] Re-enable SHARED_WORKERS for Android until a build fix has been resolved.
https://bugs.webkit.org/show_bug.cgi?id=88637

Unreviewed build fix.

Linking content_shell on the Chromium side fails due to an unresolved
call to WebSharedWorker::create(). Since this blocks WebKit rolls,
temporarily re-enable the feature until this has been solved.

* features.gypi:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (119812 => 119813)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-06-08 08:29:43 UTC (rev 119812)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-06-08 09:09:23 UTC (rev 119813)
@@ -1,3 +1,16 @@
+2012-06-08  Peter Beverloo  <[email protected]>
+
+        [Chromium] Re-enable SHARED_WORKERS for Android until a build fix has been resolved.
+        https://bugs.webkit.org/show_bug.cgi?id=88637
+
+        Unreviewed build fix.
+
+        Linking content_shell on the Chromium side fails due to an unresolved
+        call to WebSharedWorker::create(). Since this blocks WebKit rolls,
+        temporarily re-enable the feature until this has been solved.
+
+        * features.gypi:
+
 2012-06-07  Nico Weber  <[email protected]>
 
         [chromium/mac] Improve deviceDPI, rect, and availableRect computation

Modified: trunk/Source/WebKit/chromium/features.gypi (119812 => 119813)


--- trunk/Source/WebKit/chromium/features.gypi	2012-06-08 08:29:43 UTC (rev 119812)
+++ trunk/Source/WebKit/chromium/features.gypi	2012-06-08 09:09:23 UTC (rev 119813)
@@ -148,7 +148,9 @@
           'ENABLE_ORIENTATION_EVENTS=1',
           'ENABLE_OVERFLOW_SCROLLING=1',
           'ENABLE_PAGE_POPUP=0',
-          'ENABLE_SHARED_WORKERS=0',
+          # FIXME: Disable once the linking error has been resolved.
+          # https://bugs.webkit.org/show_bug.cgi?id=88636
+          'ENABLE_SHARED_WORKERS=1',
           'ENABLE_WEB_AUDIO=0',
           'WTF_USE_NATIVE_FULLSCREEN_VIDEO=1',
         ],
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to