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

Unified Diff: sky/benchmarks/dom/creation.sky

Issue 759663003: Only allow one shadowRoot. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: ojan review. Created 6 years, 1 month 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 | « no previous file | sky/engine/bindings/core/v8/V8GCController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/benchmarks/dom/creation.sky
diff --git a/sky/benchmarks/dom/creation.sky b/sky/benchmarks/dom/creation.sky
index 71c9de23730036fdb42cc6379ebc1c0c63c47562..0f05fe9df89818979084cba458c2382c63f05d18 100644
--- a/sky/benchmarks/dom/creation.sky
+++ b/sky/benchmarks/dom/creation.sky
@@ -14,7 +14,7 @@ WidgetPrototype.createdCallback = function() {
this.wasAttached = false;
this.wasDetached = false;
this.attrsChanged = [];
- this.createShadowRoot();
+ this.ensureShadowRoot();
};
WidgetPrototype.attachedCallback = function() {
« no previous file with comments | « no previous file | sky/engine/bindings/core/v8/V8GCController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698