Index: chrome/renderer/external_extension.cc |
=================================================================== |
--- chrome/renderer/external_extension.cc (revision 181040) |
+++ chrome/renderer/external_extension.cc (working copy) |
@@ -42,7 +42,7 @@ |
// Allows v8's javascript code to call the native functions defined |
// in this class for window.external. |
virtual v8::Handle<v8::FunctionTemplate> GetNativeFunction( |
- v8::Handle<v8::String> name); |
+ v8::Handle<v8::String> name) OVERRIDE; |
// Helper function to find the RenderView. May return NULL. |
static RenderView* GetRenderView(); |