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

Unified Diff: third_party/WebKit/Source/core/dom/DOMDataView.cpp

Issue 2595543003: Rename toV8(...) function in Blink to ToV8(...). (Closed)
Patch Set: Rebasing... Created 3 years, 11 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/dom/DOMDataView.cpp
diff --git a/third_party/WebKit/Source/core/dom/DOMDataView.cpp b/third_party/WebKit/Source/core/dom/DOMDataView.cpp
index 6ed3fce016d6cd2271cff4c9ba85649f2e5d6228..58763a9059c09828bbab5d70052df402b6cff594 100644
--- a/third_party/WebKit/Source/core/dom/DOMDataView.cpp
+++ b/third_party/WebKit/Source/core/dom/DOMDataView.cpp
@@ -56,7 +56,7 @@ v8::Local<v8::Object> DOMDataView::wrap(v8::Isolate* isolate,
DCHECK(!DOMDataStore::containsWrapper(this, isolate));
const WrapperTypeInfo* wrapperTypeInfo = this->wrapperTypeInfo();
- v8::Local<v8::Value> v8Buffer = toV8(buffer(), creationContext, isolate);
+ v8::Local<v8::Value> v8Buffer = ToV8(buffer(), creationContext, isolate);
if (v8Buffer.IsEmpty())
return v8::Local<v8::Object>();
DCHECK(v8Buffer->IsArrayBuffer());
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSStyleValue.cpp ('k') | third_party/WebKit/Source/core/dom/DOMTypedArray.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698