| Index: third_party/WebKit/Source/web/WebBlob.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebBlob.cpp b/third_party/WebKit/Source/web/WebBlob.cpp
|
| index 82518c427e003fe97cf759ae3b18f6cdcffe1f99..02636161447a06187918882fb4db48725bd43397 100644
|
| --- a/third_party/WebKit/Source/web/WebBlob.cpp
|
| +++ b/third_party/WebKit/Source/web/WebBlob.cpp
|
| @@ -82,7 +82,7 @@ v8::Local<v8::Value> WebBlob::toV8Value(v8::Local<v8::Object> creationContext,
|
| DCHECK(creationContext->CreationContext() == isolate->GetCurrentContext());
|
| if (!m_private.get())
|
| return v8::Local<v8::Value>();
|
| - return toV8(m_private.get(), isolate->GetCurrentContext()->Global(), isolate);
|
| + return ToV8(m_private.get(), isolate->GetCurrentContext()->Global(), isolate);
|
| }
|
|
|
| WebBlob::WebBlob(Blob* blob) : m_private(blob) {}
|
|
|