Title: [148930] trunk/Source/WebCore
Revision
148930
Author
[email protected]
Date
2013-04-22 16:34:01 -0700 (Mon, 22 Apr 2013)

Log Message

Second Mac debug build fix after r148921

Unreviewed.

Patch by Benjamin Poulain <[email protected]> on 2013-04-22

* inspector/InspectorMemoryAgent.cpp:
(WebCore::InspectorMemoryAgent::InspectorMemoryAgent):
* inspector/InspectorMemoryAgent.h:
(InspectorMemoryAgent):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (148929 => 148930)


--- trunk/Source/WebCore/ChangeLog	2013-04-22 23:28:59 UTC (rev 148929)
+++ trunk/Source/WebCore/ChangeLog	2013-04-22 23:34:01 UTC (rev 148930)
@@ -1,3 +1,14 @@
+2013-04-22  Benjamin Poulain  <[email protected]>
+
+        Second Mac debug build fix after r148921
+
+        Unreviewed.
+
+        * inspector/InspectorMemoryAgent.cpp:
+        (WebCore::InspectorMemoryAgent::InspectorMemoryAgent):
+        * inspector/InspectorMemoryAgent.h:
+        (InspectorMemoryAgent):
+
 2013-04-22  Brady Eidson  <[email protected]>
 
         REGRESSION (r141136): Wiki "Random article" function very broken.

Modified: trunk/Source/WebCore/inspector/InspectorMemoryAgent.cpp (148929 => 148930)


--- trunk/Source/WebCore/inspector/InspectorMemoryAgent.cpp	2013-04-22 23:28:59 UTC (rev 148929)
+++ trunk/Source/WebCore/inspector/InspectorMemoryAgent.cpp	2013-04-22 23:34:01 UTC (rev 148930)
@@ -82,7 +82,6 @@
 
 InspectorMemoryAgent::InspectorMemoryAgent(InstrumentingAgents* instrumentingAgents, InspectorClient* client, InspectorCompositeState* state, Page* page)
     : InspectorBaseAgent<InspectorMemoryAgent>("Memory", instrumentingAgents, state)
-    , m_inspectorClient(client)
     , m_page(page)
     , m_frontend(0)
 {

Modified: trunk/Source/WebCore/inspector/InspectorMemoryAgent.h (148929 => 148930)


--- trunk/Source/WebCore/inspector/InspectorMemoryAgent.h	2013-04-22 23:28:59 UTC (rev 148929)
+++ trunk/Source/WebCore/inspector/InspectorMemoryAgent.h	2013-04-22 23:34:01 UTC (rev 148930)
@@ -67,7 +67,6 @@
 private:
     InspectorMemoryAgent(InstrumentingAgents*, InspectorClient*, InspectorCompositeState*, Page*);
 
-    InspectorClient* m_inspectorClient;
     Page* m_page;
     InspectorFrontend::Memory* m_frontend;
 };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to