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

Unified Diff: LayoutTests/fast/dom/custom/resources/document-register-fuzz.js

Issue 117313008: Update Custom Elements API to new names. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update for forgotten tests. Created 7 years 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: LayoutTests/fast/dom/custom/resources/document-register-fuzz.js
diff --git a/LayoutTests/fast/dom/custom/resources/document-register-fuzz.js b/LayoutTests/fast/dom/custom/resources/document-register-fuzz.js
index 49cf446d932c328830be27458de86007c5bcce66..8a15a8d1d963c48c7d8cd8bd2f535ca8633b59d2 100644
--- a/LayoutTests/fast/dom/custom/resources/document-register-fuzz.js
+++ b/LayoutTests/fast/dom/custom/resources/document-register-fuzz.js
@@ -29,7 +29,7 @@ function register(name, options)
{
var myConstructor = null;
try {
- myConstructor = document.register(name, options);
+ myConstructor = document.registerElement(name, options);
} catch (e) { }
try {
« no previous file with comments | « LayoutTests/fast/dom/custom/registration-context-sharing.html ('k') | LayoutTests/fast/dom/custom/type-extensions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698