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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/DictionaryHelperForCore.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/DictionaryHelperForCore.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/DictionaryHelperForCore.cpp b/third_party/WebKit/Source/bindings/core/v8/DictionaryHelperForCore.cpp
index c0ca3c9388c85ab44614b1c521556b3e8753c6b6..caabf543ea5a321424e8f0063a65ef75a6eb4bbd 100644
--- a/third_party/WebKit/Source/bindings/core/v8/DictionaryHelperForCore.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/DictionaryHelperForCore.cpp
@@ -229,8 +229,8 @@ bool DictionaryHelper::get(const Dictionary& dictionary,
if (v8Value->IsObject()) {
v8::Local<v8::Object> wrapper = v8::Local<v8::Object>::Cast(v8Value);
- // FIXME: this will need to be changed so it can also return an AudioTrack or a VideoTrack once
- // we add them.
+ // FIXME: this will need to be changed so it can also return an AudioTrack
+ // or a VideoTrack once we add them.
v8::Local<v8::Object> track = V8TextTrack::findInstanceInPrototypeChain(
wrapper, dictionary.isolate());
if (!track.IsEmpty())
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h ('k') | third_party/WebKit/Source/bindings/core/v8/ExceptionState.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698