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

Unified Diff: third_party/WebKit/Source/core/events/MessageEvent.cpp

Issue 2394653003: reflow comments in core/events,core/fileapi (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/core/events/MessageEvent.cpp
diff --git a/third_party/WebKit/Source/core/events/MessageEvent.cpp b/third_party/WebKit/Source/core/events/MessageEvent.cpp
index d4e7ba9ec69c902cef0c341f3eb9e11653596075..2be9e88218e66332a4859e41566290e8a8881add 100644
--- a/third_party/WebKit/Source/core/events/MessageEvent.cpp
+++ b/third_party/WebKit/Source/core/events/MessageEvent.cpp
@@ -237,9 +237,9 @@ v8::Local<v8::Object> MessageEvent::associateWithWrapper(
v8::Local<v8::Object> wrapper) {
wrapper = Event::associateWithWrapper(isolate, wrapperType, wrapper);
- // Ensures a wrapper is created for the data to return now so that V8 knows how
- // much memory is used via the wrapper. To keep the wrapper alive, it's set to
- // the wrapper of the MessageEvent as a private value.
+ // Ensures a wrapper is created for the data to return now so that V8 knows
+ // how much memory is used via the wrapper. To keep the wrapper alive, it's
+ // set to the wrapper of the MessageEvent as a private value.
switch (getDataType()) {
case MessageEvent::DataTypeScriptValue:
case MessageEvent::DataTypeSerializedScriptValue:
« no previous file with comments | « third_party/WebKit/Source/core/events/MessageEvent.h ('k') | third_party/WebKit/Source/core/events/MouseEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698