Title: [216340] trunk/Source/WebCore
Revision
216340
Author
cdu...@apple.com
Date
2017-05-06 20:57:05 -0700 (Sat, 06 May 2017)

Log Message

Unreviewed build fix after r216339.

* dom/Document.h:
(WebCore::Document::readyState):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (216339 => 216340)


--- trunk/Source/WebCore/ChangeLog	2017-05-07 03:48:28 UTC (rev 216339)
+++ trunk/Source/WebCore/ChangeLog	2017-05-07 03:57:05 UTC (rev 216340)
@@ -1,5 +1,12 @@
 2017-05-06  Chris Dumez  <cdu...@apple.com>
 
+        Unreviewed build fix after r216339.
+
+        * dom/Document.h:
+        (WebCore::Document::readyState):
+
+2017-05-06  Chris Dumez  <cdu...@apple.com>
+
         Align our IDL files with the latest DOM specification
         https://bugs.webkit.org/show_bug.cgi?id=171777
 

Modified: trunk/Source/WebCore/dom/Document.h (216339 => 216340)


--- trunk/Source/WebCore/dom/Document.h	2017-05-07 03:48:28 UTC (rev 216339)
+++ trunk/Source/WebCore/dom/Document.h	2017-05-07 03:57:05 UTC (rev 216340)
@@ -403,7 +403,7 @@
         Interactive,
         Complete
     };
-    WEBCORE_EXPORT ReadyState readyState() const { return m_readyState; }
+    ReadyState readyState() const { return m_readyState; }
 
     WEBCORE_EXPORT String defaultCharsetForLegacyBindings() const;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to