Chromium Code Reviews| Index: Source/core/html/InputType.cpp |
| diff --git a/Source/core/html/InputType.cpp b/Source/core/html/InputType.cpp |
| index 940982f4f7e798f39017e3ced5b7884d722e61bd..93822afa317e380e3f9f3307cf8b84dee0cad536 100644 |
| --- a/Source/core/html/InputType.cpp |
| +++ b/Source/core/html/InputType.cpp |
| @@ -557,6 +557,10 @@ void InputType::detach() |
| { |
| } |
| +void InputType::countUsage() |
| +{ |
| +} |
| + |
| void InputType::altAttributeChanged() |
| { |
| } |