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

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

Issue 2387263004: Manually remove many instances of a comma quirk arising from the reformat. (Closed)
Patch Set: Created 4 years, 2 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
Index: third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h b/third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h
index 94fd9b76cc7f06a66ad3f082147fb9044d6a85c9..6a0214c547b5724cb2f369f0cb96e9dc5ab9d9ed 100644
--- a/third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h
+++ b/third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h
@@ -52,9 +52,8 @@ class DOMDataStore {
public:
DOMDataStore(v8::Isolate* isolate, bool isMainWorld)
- : m_isMainWorld(isMainWorld)
+ : m_isMainWorld(isMainWorld),
// We never use |m_wrapperMap| when it's the main world.
Nico 2016/10/05 01:20:08 Oh, looks like I missed this one when I reflowed c
- ,
m_wrapperMap(wrapUnique(
isMainWorld ? nullptr
: new DOMWrapperMap<ScriptWrappable>(isolate))) {}

Powered by Google App Engine
This is Rietveld 408576698