Chromium Code Reviews| Index: Source/bindings/v8/ScriptWrappable.h |
| diff --git a/Source/bindings/v8/ScriptWrappable.h b/Source/bindings/v8/ScriptWrappable.h |
| index b60fbba1e9c87212452e9a2c96a280735f2e9fac..b00844ef564c9eab327264e93014eecdf30f522c 100644 |
| --- a/Source/bindings/v8/ScriptWrappable.h |
| +++ b/Source/bindings/v8/ScriptWrappable.h |
| @@ -150,7 +150,7 @@ protected: |
| m_wrapperOrTypeInfo = 0; // Break UAF attempts to wrap. |
| } |
| -private: |
| +public://private: |
|
haraken
2013/10/10 06:08:32
Fix this.
kouhei (in TOK)
2013/10/10 06:20:02
Done.
|
| // For calling unsafePersistent and getWrapperFromObject. |
| friend class MinorGCWrapperVisitor; |
| friend class DOMDataStore; |