Title: [187358] trunk/Source/WebCore
Revision
187358
Author
[email protected]
Date
2015-07-24 13:31:59 -0700 (Fri, 24 Jul 2015)

Log Message

Remove WEBCORE_EXPORT from Page::allowsMediaDocumentInlinePlayback()
https://bugs.webkit.org/show_bug.cgi?id=147260

Reviewed by Daniel Bates.

* page/Page.h:
(WebCore::Page::allowsMediaDocumentInlinePlayback):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (187357 => 187358)


--- trunk/Source/WebCore/ChangeLog	2015-07-24 20:22:58 UTC (rev 187357)
+++ trunk/Source/WebCore/ChangeLog	2015-07-24 20:31:59 UTC (rev 187358)
@@ -1,3 +1,13 @@
+2015-07-24  Alexey Proskuryakov  <[email protected]>
+
+        Remove WEBCORE_EXPORT from Page::allowsMediaDocumentInlinePlayback()
+        https://bugs.webkit.org/show_bug.cgi?id=147260
+
+        Reviewed by Daniel Bates.
+
+        * page/Page.h:
+        (WebCore::Page::allowsMediaDocumentInlinePlayback):
+
 2015-07-24  Yusuke Suzuki  <[email protected]>
 
         Object.getOwnPropertySymbols on large list takes very long

Modified: trunk/Source/WebCore/page/Page.h (187357 => 187358)


--- trunk/Source/WebCore/page/Page.h	2015-07-24 20:22:58 UTC (rev 187357)
+++ trunk/Source/WebCore/page/Page.h	2015-07-24 20:31:59 UTC (rev 187358)
@@ -461,7 +461,7 @@
     bool expectsWheelEventTriggers() const { return !!m_testTrigger; }
 
 #if ENABLE(VIDEO)
-    WEBCORE_EXPORT bool allowsMediaDocumentInlinePlayback() const { return m_allowsMediaDocumentInlinePlayback; }
+    bool allowsMediaDocumentInlinePlayback() const { return m_allowsMediaDocumentInlinePlayback; }
     WEBCORE_EXPORT void setAllowsMediaDocumentInlinePlayback(bool);
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to