Chromium Code Reviews| Index: Source/bindings/v8/V8DOMWindowShell.cpp |
| diff --git a/Source/bindings/v8/V8DOMWindowShell.cpp b/Source/bindings/v8/V8DOMWindowShell.cpp |
| index 439adc3c077fc4734f80766f8db2a52236230cdd..047ca882525850732bb9fd135b627fd6dadaafb4 100644 |
| --- a/Source/bindings/v8/V8DOMWindowShell.cpp |
| +++ b/Source/bindings/v8/V8DOMWindowShell.cpp |
| @@ -78,7 +78,7 @@ static void checkDocumentWrapper(v8::Handle<v8::Object> wrapper, Document* docum |
| static void setInjectedScriptContextDebugId(v8::Handle<v8::Context> targetContext, int debugId) |
| { |
| - V8PerContextDebugData::setContextDebugData(targetContext, "injected", debugId); |
| + V8PerContextDebugData::setDebugDataForContentScript(targetContext, debugId); |
|
johnjbarton
2013/04/23 18:03:48
This will crash because the V8PerContextData objec
|
| } |
| PassOwnPtr<V8DOMWindowShell> V8DOMWindowShell::create(Frame* frame, PassRefPtr<DOMWrapperWorld> world, v8::Isolate* isolate) |