| Index: Source/bindings/v8/V8WindowShell.h
|
| diff --git a/Source/bindings/v8/V8WindowShell.h b/Source/bindings/v8/V8WindowShell.h
|
| index 41d137e4cd667085088a044b0380d6bf804c5699..2ee630975042b0fe208409926d7f19d98ac52534 100644
|
| --- a/Source/bindings/v8/V8WindowShell.h
|
| +++ b/Source/bindings/v8/V8WindowShell.h
|
| @@ -76,7 +76,7 @@ public:
|
| void updateDocumentWrapper(v8::Handle<v8::Object> wrapper);
|
|
|
| void clearForNavigation();
|
| - void clearForClose(bool destroyGlobal);
|
| + void clearForClose();
|
|
|
| DOMWrapperWorld* world() { return m_world.get(); }
|
|
|
|
|