Title: [120983] trunk/Source/WebCore
Revision
120983
Author
[email protected]
Date
2012-06-21 16:55:56 -0700 (Thu, 21 Jun 2012)

Log Message

Clang build fix.

* dom/NodeRareData.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (120982 => 120983)


--- trunk/Source/WebCore/ChangeLog	2012-06-21 23:52:48 UTC (rev 120982)
+++ trunk/Source/WebCore/ChangeLog	2012-06-21 23:55:56 UTC (rev 120983)
@@ -1,3 +1,9 @@
+2012-06-21  Ryosuke Niwa  <[email protected]>
+
+        Clang build fix.
+
+        * dom/NodeRareData.h:
+
 2012-06-19  James Robinson  <[email protected]>
 
         [chromium] LayerRendererChromium is not getting visibility messages in single threaded compositing mode.

Modified: trunk/Source/WebCore/dom/NodeRareData.h (120982 => 120983)


--- trunk/Source/WebCore/dom/NodeRareData.h	2012-06-21 23:52:48 UTC (rev 120982)
+++ trunk/Source/WebCore/dom/NodeRareData.h	2012-06-21 23:55:56 UTC (rev 120983)
@@ -46,7 +46,7 @@
 class RadioNodeList;
 class TreeScope;
 
-struct NodeListsNodeData {
+class NodeListsNodeData {
     WTF_MAKE_NONCOPYABLE(NodeListsNodeData); WTF_MAKE_FAST_ALLOCATED;
 public:
     typedef HashMap<std::pair<unsigned short, AtomicString>, DynamicSubtreeNodeList*> NodeListAtomicNameCacheMap;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to