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

Unified Diff: Source/core/dom/TreeScope.h

Issue 22887044: [oilpan] Make the oilpan branch build on Mac. (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Add FIXME. Created 7 years, 4 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 | « Source/core/dom/TextEvent.cpp ('k') | Source/core/dom/TreeScope.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/TreeScope.h
diff --git a/Source/core/dom/TreeScope.h b/Source/core/dom/TreeScope.h
index e2af2ee59cb94f75cacadbed389ddaef62da1609..15e926596d3786958fc359075248d1711332596e 100644
--- a/Source/core/dom/TreeScope.h
+++ b/Source/core/dom/TreeScope.h
@@ -164,7 +164,7 @@ template<> class AcceptTrait<TreeScope> {
public:
static void visit(Visitor* v, const TreeScope* self) { self->visitWith(v); }
static intptr_t getTypeMarker() { return 0; }
- static void check(Visitor* visitor, const TreeScope* t) { }
+ static void checkTypeMarker(Visitor* visitor, const TreeScope* t) { }
static void accept(Visitor* visitor, void* self)
{
static_cast<TreeScope*>(self)->accept(visitor);
« no previous file with comments | « Source/core/dom/TextEvent.cpp ('k') | Source/core/dom/TreeScope.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698