Index: third_party/WebKit/Source/bindings/core/v8/ExceptionState.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ExceptionState.h b/third_party/WebKit/Source/bindings/core/v8/ExceptionState.h |
index c28703fe5982dcc69652cfab70a5941e2f652e87..2f4ae57bd85ac28a7c603af661e1d02c2e218488 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ExceptionState.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/ExceptionState.h |
@@ -50,7 +50,6 @@ class ScriptState; |
// with an option to cancel it. An exception message may be auto-generated. |
// You can convert an exception to a reject promise. |
class CORE_EXPORT ExceptionState { |
- STACK_ALLOCATED(); |
jbroman
2016/09/06 20:39:27
This change was made because the blink-gc plugin w
haraken
2016/09/07 00:27:54
Hmm, I'd like to keep the STACK_ALLOCATED. STACK_A
jbroman
2016/09/07 01:03:34
Isn't that what DISALLOW_NEW is for? If not, what
jbroman
2016/09/07 01:13:16
Also, the comment says:
// Classes that contain r
|
WTF_MAKE_NONCOPYABLE(ExceptionState); |
public: |
enum ContextType { |