diff options
Diffstat (limited to 'webkit/port/bindings/v8/ScriptController.h')
-rw-r--r-- | webkit/port/bindings/v8/ScriptController.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/port/bindings/v8/ScriptController.h b/webkit/port/bindings/v8/ScriptController.h index 7af3fd8..be4c6b4 100644 --- a/webkit/port/bindings/v8/ScriptController.h +++ b/webkit/port/bindings/v8/ScriptController.h @@ -156,7 +156,7 @@ public: bool haveWindowShell() const { return true; } // Masquerade 'this' as the windowShell. - // This is a bit of a hack, but provides reasonable compatibility + // This is a bit of a hack, but provides reasonable compatibility // with what JSC does as well. ScriptController* windowShell() { return this; } @@ -224,7 +224,7 @@ public: // Some WebKit layout test need window.GCController.collect() to // trigger GC, this flag lets the binding code expose // window.GCController.collect() to the JavaScript code. - // + // // GCController.collect() needs V8 engine expose gc() function by passing // '--expose-gc' flag to the engine. static bool shouldExposeGCController() { |