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

Unified Diff: sky/engine/core/html/parser/HTMLElementStack.h

Issue 788113002: Simplify HTMLStyleElement. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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
Index: sky/engine/core/html/parser/HTMLElementStack.h
diff --git a/sky/engine/core/html/parser/HTMLElementStack.h b/sky/engine/core/html/parser/HTMLElementStack.h
index 96bcf8ed5101c210312e70ed2dd0cf9214132a81..769c7f256d3d5f2f6f71019b42d62d02b767dd72 100644
--- a/sky/engine/core/html/parser/HTMLElementStack.h
+++ b/sky/engine/core/html/parser/HTMLElementStack.h
@@ -102,7 +102,6 @@ private:
void popUntil(Element*);
void pushCommon(PassRefPtr<ContainerNode>);
void popCommon();
- void removeNonTopCommon(Element*);
OwnPtr<ElementRecord> m_top;
« no previous file with comments | « sky/engine/core/html/parser/HTMLConstructionSite.cpp ('k') | sky/engine/core/html/parser/HTMLElementStack.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698