Title: [211487] trunk/Source/WebCore
Revision
211487
Author
timo...@hatcher.name
Date
2017-02-01 09:37:03 -0800 (Wed, 01 Feb 2017)

Log Message

HTMLMediaElement.h fails to build when ENABLE(MEDIA_CONTROLS_SCRIPT) is false
https://bugs.webkit.org/show_bug.cgi?id=167689

Reviewed by Joseph Pecoraro.

* html/HTMLMediaElement.h: Move mediaControlsHost() into the ENABLE(MEDIA_CONTROLS_SCRIPT)
block that is just above it to match m_mediaControlsHost.

Modified Paths

Property Changed

Diff

Modified: trunk/Source/WebCore/ChangeLog (211486 => 211487)


--- trunk/Source/WebCore/ChangeLog	2017-02-01 17:34:00 UTC (rev 211486)
+++ trunk/Source/WebCore/ChangeLog	2017-02-01 17:37:03 UTC (rev 211487)
@@ -1,3 +1,13 @@
+2017-02-01  Timothy Hatcher  <timo...@hatcher.name>
+
+        HTMLMediaElement.h fails to build when ENABLE(MEDIA_CONTROLS_SCRIPT) is false
+        https://bugs.webkit.org/show_bug.cgi?id=167689
+
+        Reviewed by Joseph Pecoraro.
+
+        * html/HTMLMediaElement.h: Move mediaControlsHost() into the ENABLE(MEDIA_CONTROLS_SCRIPT)
+        block that is just above it to match m_mediaControlsHost.
+
 2017-02-01  Romain Bellessort  <romain.belless...@crf.canon.fr>
 
         [Readable Streams API] Implement ReadableByteStreamController pull()

Modified: trunk/Source/WebCore/html/HTMLMediaElement.h (211486 => 211487)


--- trunk/Source/WebCore/html/HTMLMediaElement.h	2017-02-01 17:34:00 UTC (rev 211486)
+++ trunk/Source/WebCore/html/HTMLMediaElement.h	2017-02-01 17:37:03 UTC (rev 211487)
@@ -457,9 +457,9 @@
     void pageScaleFactorChanged();
     void userInterfaceLayoutDirectionChanged();
     WEBCORE_EXPORT String getCurrentMediaControlsStatus();
-#endif
 
     MediaControlsHost* mediaControlsHost() { return m_mediaControlsHost.get(); }
+#endif
 
     bool isDisablingSleep() const { return m_sleepDisabler.get(); }
 
Property changes on: trunk/Source/WebCore/html/HTMLMediaElement.h
___________________________________________________________________

Added: svn:executable

+* \ No newline at end of property
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to