Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ExceptionState.h

Issue 2316763002: Implement v8::ValueSerializer::Delegate to throw DOMException for DataCloneError. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698