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/core/html/parser/HTMLConstructionSite.h

Issue 723253004: Remove tons of OILPAN. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/HTMLConstructionSite.h
diff --git a/sky/engine/core/html/parser/HTMLConstructionSite.h b/sky/engine/core/html/parser/HTMLConstructionSite.h
index d8d5e8c4ea75e3ea952ed2a728c74be111e562a1..c5cfe926cbc4aebb134196875d58b0baea4abb47 100644
--- a/sky/engine/core/html/parser/HTMLConstructionSite.h
+++ b/sky/engine/core/html/parser/HTMLConstructionSite.h
@@ -51,13 +51,6 @@ public:
{
}
- void trace(Visitor* visitor)
- {
- visitor->trace(parent);
- visitor->trace(nextChild);
- visitor->trace(child);
- }
-
Operation operation;
RefPtr<ContainerNode> parent;
RefPtr<Node> nextChild;
@@ -90,7 +83,6 @@ public:
explicit HTMLConstructionSite(Document*);
explicit HTMLConstructionSite(DocumentFragment*);
~HTMLConstructionSite();
- void trace(Visitor*);
void detach();
@@ -194,8 +186,6 @@ private:
return stringBuilder.isEmpty();
}
- void trace(Visitor*);
-
RefPtr<ContainerNode> parent;
RefPtr<Node> nextChild;
StringBuilder stringBuilder;
« no previous file with comments | « sky/engine/core/html/imports/HTMLImportTreeRoot.cpp ('k') | sky/engine/core/html/parser/HTMLConstructionSite.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698