Index: tools/dom/templates/html/impl/impl_IDBObjectStore.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_IDBObjectStore.darttemplate b/tools/dom/templates/html/impl/impl_IDBObjectStore.darttemplate |
index db9f1624e3275dcc6e7f534aa0b78bff102e5e46..d963e04eb00bc869ababb766cc1e9ee3f384c643 100644 |
--- a/tools/dom/templates/html/impl/impl_IDBObjectStore.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_IDBObjectStore.darttemplate |
@@ -69,10 +69,10 @@ $(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
} |
} |
- @DomName('IDBObjectStore.getObject') |
+ @DomName('IDBObjectStore.get') |
Future getObject(key) { |
try { |
- var request = $dom_getObject(key); |
+ var request = $dom_get(key); |
return _completeRequest(request); |
} catch (e, stacktrace) { |