Title: [93608] trunk/Source/WebCore
Revision
93608
Author
jber...@webkit.org
Date
2011-08-23 09:20:06 -0700 (Tue, 23 Aug 2011)

Log Message

Build fix.

* inspector/InspectorDOMAgent.h:
HighlightData is a struct, not a class.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (93607 => 93608)


--- trunk/Source/WebCore/ChangeLog	2011-08-23 16:02:41 UTC (rev 93607)
+++ trunk/Source/WebCore/ChangeLog	2011-08-23 16:20:06 UTC (rev 93608)
@@ -1,3 +1,10 @@
+2011-08-23  Jessie Berlin  <jber...@apple.com>
+
+        Build fix.
+
+        * inspector/InspectorDOMAgent.h:
+        HighlightData is a struct, not a class.
+
 2011-08-23  Andrey Kosyakov  <ca...@chromium.org>
 
         Web Inspector: [Extensions API] provide access to page resources

Modified: trunk/Source/WebCore/inspector/InspectorDOMAgent.h (93607 => 93608)


--- trunk/Source/WebCore/inspector/InspectorDOMAgent.h	2011-08-23 16:02:41 UTC (rev 93607)
+++ trunk/Source/WebCore/inspector/InspectorDOMAgent.h	2011-08-23 16:20:06 UTC (rev 93608)
@@ -62,7 +62,7 @@
 class HitTestResult;
 class MatchJob;
 class HTMLElement;
-class HighlightData;
+struct HighlightData;
 class InspectorState;
 class InstrumentingAgents;
 class NameNodeMap;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to