| Index: trunk/src/chrome/renderer/extensions/dispatcher.h
|
| ===================================================================
|
| --- trunk/src/chrome/renderer/extensions/dispatcher.h (revision 195229)
|
| +++ trunk/src/chrome/renderer/extensions/dispatcher.h (working copy)
|
| @@ -193,7 +193,8 @@
|
| void RegisterNativeHandlers(ModuleSystem* module_system,
|
| ChromeV8Context* context);
|
| void RegisterSchemaGeneratedBindings(ModuleSystem* module_system,
|
| - ChromeV8Context* context);
|
| + ChromeV8Context* context,
|
| + v8::Handle<v8::Context> v8_context);
|
|
|
| // Inserts static source code into |source_map_|.
|
| void PopulateSourceMap();
|
|
|