| 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); }
|
| };
|
|
|
|
|