Title: [208250] trunk/Source/WebCore
Revision
208250
Author
joep...@webkit.org
Date
2016-11-01 15:04:17 -0700 (Tue, 01 Nov 2016)

Log Message

Unreviewed build fix for r208240.

* inspector/InspectorInstrumentation.h:
Don't export an inlined function.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (208249 => 208250)


--- trunk/Source/WebCore/ChangeLog	2016-11-01 22:00:23 UTC (rev 208249)
+++ trunk/Source/WebCore/ChangeLog	2016-11-01 22:04:17 UTC (rev 208250)
@@ -1,3 +1,10 @@
+2016-11-01  Joseph Pecoraro  <pecor...@apple.com>
+
+        Unreviewed build fix for r208240.
+
+        * inspector/InspectorInstrumentation.h:
+        Don't export an inlined function.
+
 2016-11-01  Eric Carlson  <eric.carl...@apple.com>
 
         [MediaStream] restrict media capture secure connections

Modified: trunk/Source/WebCore/inspector/InspectorInstrumentation.h (208249 => 208250)


--- trunk/Source/WebCore/inspector/InspectorInstrumentation.h	2016-11-01 22:00:23 UTC (rev 208249)
+++ trunk/Source/WebCore/inspector/InspectorInstrumentation.h	2016-11-01 22:04:17 UTC (rev 208250)
@@ -257,7 +257,7 @@
     static bool timelineAgentEnabled(ScriptExecutionContext*);
     static bool replayAgentEnabled(ScriptExecutionContext*);
 
-    WEBCORE_EXPORT static InstrumentingAgents* instrumentingAgentsForPage(Page*);
+    static InstrumentingAgents* instrumentingAgentsForPage(Page*);
 
     static void registerInstrumentingAgents(InstrumentingAgents&);
     static void unregisterInstrumentingAgents(InstrumentingAgents&);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to