| Index: Source/bindings/core/v8/V8GCController.h
|
| diff --git a/Source/bindings/core/v8/V8GCController.h b/Source/bindings/core/v8/V8GCController.h
|
| index f33beca236049b275547d328bdf776e3467c56c3..d47d7b5148da5f5d6f5393d313b1ce96442fa17f 100644
|
| --- a/Source/bindings/core/v8/V8GCController.h
|
| +++ b/Source/bindings/core/v8/V8GCController.h
|
| @@ -48,7 +48,7 @@ public:
|
|
|
| static void collectGarbage(v8::Isolate*);
|
|
|
| - static Node* opaqueRootForGC(Node*, v8::Isolate*);
|
| + static Node* opaqueRootForGC(v8::Isolate*, Node*);
|
|
|
| static void reportDOMMemoryUsageToV8(v8::Isolate*);
|
| };
|
|
|