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

Unified Diff: lib/dom/templates/dom/native/cpp_implementation.template

Issue 10657047: Stop using ParameterAdapter<String> in generated code. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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 | « lib/dom/scripts/generator.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/templates/dom/native/cpp_implementation.template
diff --git a/lib/dom/templates/dom/native/cpp_implementation.template b/lib/dom/templates/dom/native/cpp_implementation.template
index ac4e96dd268e2951e8a4b4dc7ac6fd558952823f..0cd8401ae1480dce5b38cd9a2fff765c40692b73 100644
--- a/lib/dom/templates/dom/native/cpp_implementation.template
+++ b/lib/dom/templates/dom/native/cpp_implementation.template
@@ -16,7 +16,7 @@ $CALLBACKS
Dart_NativeFunction Dart$(INTERFACE)::resolver(Dart_Handle nameHandle, int argumentCount)
{
- String name = DartUtilities::dartStringToString(nameHandle);
+ String name = DartUtilities::toString(nameHandle);
$RESOLVER
return 0;
« no previous file with comments | « lib/dom/scripts/generator.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698