Title: [120462] trunk/Source/WebCore
Revision
120462
Author
[email protected]
Date
2012-06-15 08:19:50 -0700 (Fri, 15 Jun 2012)

Log Message

Sort ENABLE(INSPECTOR) section of WebCore.exp.in

* WebCore.exp.in: Sort ENABLE(INSPECTOR) symbols.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (120461 => 120462)


--- trunk/Source/WebCore/ChangeLog	2012-06-15 15:19:44 UTC (rev 120461)
+++ trunk/Source/WebCore/ChangeLog	2012-06-15 15:19:50 UTC (rev 120462)
@@ -1,5 +1,11 @@
 2012-06-15  David Kilzer  <[email protected]>
 
+        Sort ENABLE(INSPECTOR) section of WebCore.exp.in
+
+        * WebCore.exp.in: Sort ENABLE(INSPECTOR) symbols.
+
+2012-06-15  David Kilzer  <[email protected]>
+
         Remove duplicate symbol from WebCore.exp.in
 
         * WebCore.exp.in: Remove duplicate symbol for:

Modified: trunk/Source/WebCore/WebCore.exp.in (120461 => 120462)


--- trunk/Source/WebCore/WebCore.exp.in	2012-06-15 15:19:44 UTC (rev 120461)
+++ trunk/Source/WebCore/WebCore.exp.in	2012-06-15 15:19:50 UTC (rev 120462)
@@ -2199,9 +2199,9 @@
 #if ENABLE(INSPECTOR)
 __ZN7WebCore15InspectorClient31doDispatchMessageOnFrontendPageEPNS_4PageERKN3WTF6StringE
 __ZN7WebCore17InspectorCounters12counterValueENS0_11CounterTypeE
-__ZN7WebCore19InspectorController18setProfilerEnabledEb
 __ZN7WebCore19InspectorController15profilerEnabledEv
 __ZN7WebCore19InspectorController18disconnectFrontendEv
+__ZN7WebCore19InspectorController18setProfilerEnabledEb
 __ZN7WebCore19InspectorController25evaluateForTestInFrontendElRKN3WTF6StringE
 __ZN7WebCore19InspectorController26setInspectorFrontendClientEN3WTF10PassOwnPtrINS_23InspectorFrontendClientEEE
 __ZN7WebCore19InspectorController39setResourcesDataSizeLimitsFromInternalsEii
@@ -2209,6 +2209,10 @@
 __ZN7WebCore19InspectorController5closeEv
 __ZN7WebCore21InspectorConsoleAgent28consoleMessageArgumentCountsEv
 __ZN7WebCore22instrumentationForPageEPNS_4PageE
+__ZN7WebCore24InspectorInstrumentation17didBeginFrameImplEPNS_19InstrumentingAgentsE
+__ZN7WebCore24InspectorInstrumentation17s_frontendCounterE
+__ZN7WebCore24InspectorInstrumentation18didCancelFrameImplEPNS_19InstrumentingAgentsE
+__ZN7WebCore24InspectorInstrumentation26instrumentingAgentsForPageEPNS_4PageE
 __ZN7WebCore28InspectorFrontendClientLocal11showConsoleEv
 __ZN7WebCore28InspectorFrontendClientLocal12moveWindowByEff
 __ZN7WebCore28InspectorFrontendClientLocal12openInNewTabERKN3WTF6StringE
@@ -2217,9 +2221,9 @@
 __ZN7WebCore28InspectorFrontendClientLocal15canAttachWindowEv
 __ZN7WebCore28InspectorFrontendClientLocal17setAttachedWindowEb
 __ZN7WebCore28InspectorFrontendClientLocal18isDebuggingEnabledEv
-__ZN7WebCore28InspectorFrontendClientLocal19setDebuggingEnabledEb
 __ZN7WebCore28InspectorFrontendClientLocal19requestAttachWindowEv
 __ZN7WebCore28InspectorFrontendClientLocal19requestDetachWindowEv
+__ZN7WebCore28InspectorFrontendClientLocal19setDebuggingEnabledEb
 __ZN7WebCore28InspectorFrontendClientLocal19windowObjectClearedEv
 __ZN7WebCore28InspectorFrontendClientLocal20sendMessageToBackendERKN3WTF6StringE
 __ZN7WebCore28InspectorFrontendClientLocal21isProfilingJavaScriptEv
@@ -2229,16 +2233,12 @@
 __ZN7WebCore28InspectorFrontendClientLocal24startProfilingJavaScriptEv
 __ZN7WebCore28InspectorFrontendClientLocal26changeAttachedWindowHeightEj
 __ZN7WebCore28InspectorFrontendClientLocal26isTimelineProfilingEnabledEv
+__ZN7WebCore28InspectorFrontendClientLocal27restoreAttachedWindowHeightEv
 __ZN7WebCore28InspectorFrontendClientLocal27setTimelineProfilingEnabledEb
-__ZN7WebCore28InspectorFrontendClientLocal27restoreAttachedWindowHeightEv
 __ZN7WebCore28InspectorFrontendClientLocal31constrainedAttachedWindowHeightEjj
 __ZN7WebCore28InspectorFrontendClientLocalC2EPNS_19InspectorControllerEPNS_4PageEN3WTF10PassOwnPtrINS0_8SettingsEEE
 __ZN7WebCore28InspectorFrontendClientLocalD2Ev
 __ZNK7WebCore19InspectorController13drawHighlightERNS_15GraphicsContextE
-__ZN7WebCore24InspectorInstrumentation26instrumentingAgentsForPageEPNS_4PageE
-__ZN7WebCore24InspectorInstrumentation17s_frontendCounterE
-__ZN7WebCore24InspectorInstrumentation17didBeginFrameImplEPNS_19InstrumentingAgentsE
-__ZN7WebCore24InspectorInstrumentation18didCancelFrameImplEPNS_19InstrumentingAgentsE
 #endif
 
 #if ENABLE(INSPECTOR) && PLATFORM(IOS)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to