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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp

Issue 2386173002: reflow comments in Source/bindings/core/v8 (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/ScriptStreamer.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
index 36ec360825bcf7fb632120fdff168c7bf2302b8d..db1513a89c0f4f8e707b8e69ffc1913edc47007f 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
@@ -531,10 +531,9 @@ ScriptStreamer::ScriptStreamer(
m_scriptType(scriptType),
m_scriptURLString(m_resource->url().copy().getString()),
m_scriptResourceIdentifier(m_resource->identifier()),
- m_encoding(
- v8::ScriptCompiler::StreamedSource::
- TWO_BYTE) // Unfortunately there's no dummy encoding value in the enum; let's use one we don't stream.
- ,
+ // Unfortunately there's no dummy encoding value in the enum; let's use
+ // one we don't stream.
+ m_encoding(v8::ScriptCompiler::StreamedSource::TWO_BYTE),
m_loadingTaskRunner(loadingTaskRunner->clone()) {}
ScriptStreamer::~ScriptStreamer() {}
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp ('k') | third_party/WebKit/Source/bindings/core/v8/ScriptValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698