Chromium Code Reviews| Index: Source/bindings/core/v8/ActiveDOMCallback.h |
| diff --git a/Source/bindings/core/v8/ActiveDOMCallback.h b/Source/bindings/core/v8/ActiveDOMCallback.h |
| index 2ad759dc1d19e0d54700132380eb926d9a8fc202..5767e470ead3bd913c592ffea811b747d47c8d99 100644 |
| --- a/Source/bindings/core/v8/ActiveDOMCallback.h |
| +++ b/Source/bindings/core/v8/ActiveDOMCallback.h |
| @@ -53,6 +53,9 @@ public: |
| bool canInvokeCallback() const; |
| bool isScriptControllerTerminating() const; |
| + |
| +private: |
| + ActiveDOMCallback() = delete; |
|
haraken
2015/08/12 07:56:12
I'm just curious but why do we need this? (or how
tasak
2015/08/12 09:13:26
Not related to this CL. I would like to confirm th
|
| }; |
| } // namespace blink |