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

Unified Diff: sky/engine/core/frame/UseCounter.h

Issue 697773002: Remove Element#attributes. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix template binding. Created 6 years, 2 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 | « sky/engine/core/editing/MarkupAccumulator.cpp ('k') | sky/engine/public/web/WebNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/frame/UseCounter.h
diff --git a/sky/engine/core/frame/UseCounter.h b/sky/engine/core/frame/UseCounter.h
index 492ea10ea025c57b86a23c11e2f5c5b9f62a7033..270b0bbe1577dc67ee1776cacdf5f8c64158838e 100644
--- a/sky/engine/core/frame/UseCounter.h
+++ b/sky/engine/core/frame/UseCounter.h
@@ -253,10 +253,7 @@ public:
AttrSetValueWithElement = 303,
PrefixedCancelAnimationFrame = 304,
PrefixedCancelRequestAnimationFrame = 305,
- NamedNodeMapGetNamedItem = 306,
- NamedNodeMapSetNamedItem = 307,
- NamedNodeMapRemoveNamedItem = 308,
- NamedNodeMapItem = 309,
+
OpenWebDatabaseInWorker = 313, // This didn't work because of crbug.com/376039. Available since M37.
OpenWebDatabaseSyncInWorker = 314, // This didn't work because of crbug.com/376039. Available since M37.
XHRProgressEventPosition = 316,
« no previous file with comments | « sky/engine/core/editing/MarkupAccumulator.cpp ('k') | sky/engine/public/web/WebNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698