| 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())
|
|
|