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

Unified Diff: sky/engine/core/editing/MarkupAccumulator.cpp

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/dom/TreeScopeAdopter.cpp ('k') | sky/engine/core/frame/UseCounter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/editing/MarkupAccumulator.cpp
diff --git a/sky/engine/core/editing/MarkupAccumulator.cpp b/sky/engine/core/editing/MarkupAccumulator.cpp
index ea0262ebe1637f4daeca7f2438381819ef18ad49..66be4f54ae2310ab6cdefc31b80d05eb253f8e0b 100644
--- a/sky/engine/core/editing/MarkupAccumulator.cpp
+++ b/sky/engine/core/editing/MarkupAccumulator.cpp
@@ -300,9 +300,6 @@ void MarkupAccumulator::appendStartMarkup(StringBuilder& result, Node& node, Nam
case Node::ELEMENT_NODE:
appendElement(result, toElement(node), namespaces);
break;
- case Node::ATTRIBUTE_NODE:
- ASSERT_NOT_REACHED();
- break;
}
}
« no previous file with comments | « sky/engine/core/dom/TreeScopeAdopter.cpp ('k') | sky/engine/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698