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

Unified Diff: Source/core/html/FormAssociatedElement.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/editing/ApplyStyleCommand.cpp ('k') | Source/core/html/FormAssociatedElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/FormAssociatedElement.h
diff --git a/Source/core/html/FormAssociatedElement.h b/Source/core/html/FormAssociatedElement.h
index 3546d558c35a2c6a47f2300900b8be6694c250e0..971028dd4c5b4806b86cdddc549338865c2e85ae 100644
--- a/Source/core/html/FormAssociatedElement.h
+++ b/Source/core/html/FormAssociatedElement.h
@@ -133,7 +133,7 @@ template<> class AcceptTrait<FormAssociatedElement> {
public:
static void visit(Visitor* visitor, const FormAssociatedElement* self) { self->visitWith(visitor); }
static intptr_t getTypeMarker() { return 0; }
- static void check(Visitor*, const FormAssociatedElement*) { }
+ static void checkTypeMarker(Visitor*, const FormAssociatedElement*) { }
static void accept(Visitor* visitor, void* self) { static_cast<FormAssociatedElement*>(self)->accept(visitor); }
};
« no previous file with comments | « Source/core/editing/ApplyStyleCommand.cpp ('k') | Source/core/html/FormAssociatedElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698