Title: [189349] trunk/Source/WebCore
Revision
189349
Author
[email protected]
Date
2015-09-04 09:31:55 -0700 (Fri, 04 Sep 2015)

Log Message

Fix the !ENABLE(VIDEO) build after r189023
https://bugs.webkit.org/show_bug.cgi?id=148796

Reviewed by Eric Carlson.

* testing/Internals.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (189348 => 189349)


--- trunk/Source/WebCore/ChangeLog	2015-09-04 16:28:08 UTC (rev 189348)
+++ trunk/Source/WebCore/ChangeLog	2015-09-04 16:31:55 UTC (rev 189349)
@@ -1,3 +1,12 @@
+2015-09-04  Csaba Osztrogonác  <[email protected]>
+
+        Fix the !ENABLE(VIDEO) build after r189023
+        https://bugs.webkit.org/show_bug.cgi?id=148796
+
+        Reviewed by Eric Carlson.
+
+        * testing/Internals.idl:
+
 2015-09-04  Ryosuke Niwa  <[email protected]>
 
         Range.isPointInRange check root node before verifying offset

Modified: trunk/Source/WebCore/testing/Internals.idl (189348 => 189349)


--- trunk/Source/WebCore/testing/Internals.idl	2015-09-04 16:28:08 UTC (rev 189348)
+++ trunk/Source/WebCore/testing/Internals.idl	2015-09-04 16:31:55 UTC (rev 189349)
@@ -400,7 +400,7 @@
 
     [RaisesException] DOMString pathStringWithShrinkWrappedRects(sequence<double> rectComponents, double radius);
 
-    DOMString getCurrentMediaControlsStatusForElement(HTMLMediaElement element);
+    [Conditional=VIDEO] DOMString getCurrentMediaControlsStatusForElement(HTMLMediaElement element);
 
     DOMString userVisibleString(DOMURL url);
 };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to