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

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

Issue 2843873002: Insert CHECK()s to ensure module-related code are not executed without the flag (Closed)
Patch Set: Rebase Created 3 years, 8 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/ScriptModule.cpp » ('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/ScriptModule.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptModule.h b/third_party/WebKit/Source/bindings/core/v8/ScriptModule.h
index abc77d7405b15116c7e4ac88111788980d7a2c27..dfb1b85580ed79bfc7ca3dcfe06b523c73edbe7e 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptModule.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptModule.h
@@ -33,9 +33,8 @@ class CORE_EXPORT ScriptModule final {
AccessControlStatus);
// TODO(kouhei): Remove copy ctor
- ScriptModule() {}
- ScriptModule(WTF::HashTableDeletedValueType)
- : module_(WTF::kHashTableDeletedValue) {}
+ ScriptModule();
+ ScriptModule(WTF::HashTableDeletedValueType);
~ScriptModule();
// Returns exception, if any.
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ScriptModule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698