Title: [242341] trunk/Source/WebCore
Revision
242341
Author
[email protected]
Date
2019-03-04 00:07:54 -0800 (Mon, 04 Mar 2019)

Log Message

Fix the build.

* dom/Document.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (242340 => 242341)


--- trunk/Source/WebCore/ChangeLog	2019-03-04 06:05:44 UTC (rev 242340)
+++ trunk/Source/WebCore/ChangeLog	2019-03-04 08:07:54 UTC (rev 242341)
@@ -1,3 +1,9 @@
+2019-03-04  Tim Horton  <[email protected]>
+
+        Fix the build.
+
+        * dom/Document.h:
+
 2019-03-03  Zalan Bujtas  <[email protected]>
 
         [ContentChangeObserver] Content observation should be limited to the current document.

Modified: trunk/Source/WebCore/dom/Document.h (242340 => 242341)


--- trunk/Source/WebCore/dom/Document.h	2019-03-04 06:05:44 UTC (rev 242340)
+++ trunk/Source/WebCore/dom/Document.h	2019-03-04 08:07:54 UTC (rev 242341)
@@ -873,7 +873,7 @@
     // Called when <meta name="apple-mobile-web-app-orientations"> changes.
     void processWebAppOrientations();
 
-    ContentChangeObserver& contentChangeObserver();
+    WEBCORE_EXPORT ContentChangeObserver& contentChangeObserver();
 #endif
     
     void processViewport(const String& features, ViewportArguments::Type origin);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to