Title: [90544] trunk/Source/WebCore
- Revision
- 90544
- Author
- [email protected]
- Date
- 2011-07-07 00:07:59 -0700 (Thu, 07 Jul 2011)
Log Message
2011-07-07 Oleg Romashin <[email protected]>
Fix InspectorInstrumentation compilation.
https://bugs.webkit.org/show_bug.cgi?id=64033
Reviewed by Yury Semikhatsky.
No new tests. just compile fix.
* inspector/InspectorInstrumentation.cpp:
(WebCore::InspectorInstrumentation::didInvalidateStyleAttrImpl):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (90543 => 90544)
--- trunk/Source/WebCore/ChangeLog 2011-07-07 06:56:45 UTC (rev 90543)
+++ trunk/Source/WebCore/ChangeLog 2011-07-07 07:07:59 UTC (rev 90544)
@@ -1,3 +1,15 @@
+2011-07-07 Oleg Romashin <[email protected]>
+
+ Fix InspectorInstrumentation compilation.
+ https://bugs.webkit.org/show_bug.cgi?id=64033
+
+ Reviewed by Yury Semikhatsky.
+
+ No new tests. just compile fix.
+
+ * inspector/InspectorInstrumentation.cpp:
+ (WebCore::InspectorInstrumentation::didInvalidateStyleAttrImpl):
+
2011-07-06 Mihnea Ovidenie <[email protected]>
Reviewed by David Hyatt.
Modified: trunk/Source/WebCore/inspector/InspectorInstrumentation.cpp (90543 => 90544)
--- trunk/Source/WebCore/inspector/InspectorInstrumentation.cpp 2011-07-07 06:56:45 UTC (rev 90543)
+++ trunk/Source/WebCore/inspector/InspectorInstrumentation.cpp 2011-07-07 07:07:59 UTC (rev 90544)
@@ -162,8 +162,10 @@
{
if (InspectorDOMAgent* domAgent = instrumentingAgents->inspectorDOMAgent())
domAgent->didInvalidateStyleAttr(node);
+#if ENABLE(_javascript__DEBUGGER)
if (InspectorDOMDebuggerAgent* domDebuggerAgent = instrumentingAgents->inspectorDOMDebuggerAgent())
domDebuggerAgent->didInvalidateStyleAttr(node);
+#endif
}
void InspectorInstrumentation::frameWindowDiscardedImpl(InstrumentingAgents* instrumentingAgents, DOMWindow* window)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes