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

Unified Diff: Source/bindings/core/v8/DictionaryHelperForBindings.h

Issue 537403002: bindings: Renames from/toInternalPointer, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. Created 6 years, 3 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
« no previous file with comments | « Source/bindings/core/v8/Dictionary.cpp ('k') | Source/bindings/core/v8/DictionaryHelperForCore.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/DictionaryHelperForBindings.h
diff --git a/Source/bindings/core/v8/DictionaryHelperForBindings.h b/Source/bindings/core/v8/DictionaryHelperForBindings.h
index 1a39d7cff54383e8595d351ecf73d0cd2de23dd2..a9165bb4890782d33a36f356b6f6e644e5bb1b2a 100644
--- a/Source/bindings/core/v8/DictionaryHelperForBindings.h
+++ b/Source/bindings/core/v8/DictionaryHelperForBindings.h
@@ -41,7 +41,7 @@ bool DictionaryHelper::get(const Dictionary& dictionary, const String& key, Poin
if (!dictionary.get(key, v8Value))
return false;
- value = DictionaryHelperTraits<T>::type::toNativeWithTypeCheck(dictionary.isolate(), v8Value);
+ value = DictionaryHelperTraits<T>::type::toImplWithTypeCheck(dictionary.isolate(), v8Value);
return true;
}
« no previous file with comments | « Source/bindings/core/v8/Dictionary.cpp ('k') | Source/bindings/core/v8/DictionaryHelperForCore.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698