Title: [137240] trunk/Source/WebCore
- Revision
- 137240
- Author
- jber...@webkit.org
- Date
- 2012-12-10 19:10:41 -0800 (Mon, 10 Dec 2012)
Log Message
Fix the Mac build after r137233
* html/shadow/HTMLShadowElement.h:
Remove a declaration of a member variable that was moved to the InsertionPoint superclass.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (137239 => 137240)
--- trunk/Source/WebCore/ChangeLog 2012-12-11 02:37:23 UTC (rev 137239)
+++ trunk/Source/WebCore/ChangeLog 2012-12-11 03:10:41 UTC (rev 137240)
@@ -1,3 +1,10 @@
+2012-12-10 Jessie Berlin <jber...@apple.com>
+
+ Fix the Mac build after r137233
+
+ * html/shadow/HTMLShadowElement.h:
+ Remove a declaration of a member variable that was moved to the InsertionPoint superclass.
+
2012-12-10 KyungTae Kim <ktf....@samsung.com>
Build fix after r137221
Modified: trunk/Source/WebCore/html/shadow/HTMLShadowElement.h (137239 => 137240)
--- trunk/Source/WebCore/html/shadow/HTMLShadowElement.h 2012-12-11 02:37:23 UTC (rev 137239)
+++ trunk/Source/WebCore/html/shadow/HTMLShadowElement.h 2012-12-11 03:10:41 UTC (rev 137240)
@@ -51,8 +51,6 @@
HTMLShadowElement(const QualifiedName&, Document*);
static const CSSSelectorList& emptySelectorList();
-
- bool m_registeredWithShadowRoot;
};
inline bool isHTMLShadowElement(const Node* node)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes