Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: sky/engine/public/web/WebNode.h

Issue 697773002: Remove Element#attributes. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix template binding. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/frame/UseCounter.h ('k') | sky/engine/web/AssertMatchingEnums.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/web/WebNode.h
diff --git a/sky/engine/public/web/WebNode.h b/sky/engine/public/web/WebNode.h
index 7a1f4edcf8aed34e0c400c507fef11434e432cc3..d720a5e16b57fc79d51cec3a8f4de2163757589f 100644
--- a/sky/engine/public/web/WebNode.h
+++ b/sky/engine/public/web/WebNode.h
@@ -10,7 +10,7 @@
* * Redistributions in binary form must reproduce the above
* copyright notice, this list of conditions and the following disclaimer
* in the documentation and/or other materials provided with the
- * distribution.
+ * distribution.z
* * Neither the name of Google Inc. nor the names of its
* contributors may be used to endorse or promote products derived from
* this software without specific prior written permission.
@@ -72,7 +72,6 @@ public:
enum NodeType {
ElementNode = 1,
- AttributeNode = 2,
TextNode = 3,
CDataSectionNode = 4,
// EntityReferenceNodes are impossible to create in Blink.
« no previous file with comments | « sky/engine/core/frame/UseCounter.h ('k') | sky/engine/web/AssertMatchingEnums.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698