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

Unified Diff: third_party/google_input_tools/third_party/closure_library/closure/goog/dom/tagname.js

Issue 1257313003: Update Google Input Tools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Free up grd resources. Created 5 years, 5 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
Index: third_party/google_input_tools/third_party/closure_library/closure/goog/dom/tagname.js
diff --git a/third_party/google_input_tools/third_party/closure_library/closure/goog/dom/tagname.js b/third_party/google_input_tools/third_party/closure_library/closure/goog/dom/tagname.js
index 77a9b475a9bca26988cb620f0eef275c07a1f733..ad44d853015105f920375236332ea79c3cee9232 100644
--- a/third_party/google_input_tools/third_party/closure_library/closure/goog/dom/tagname.js
+++ b/third_party/google_input_tools/third_party/closure_library/closure/goog/dom/tagname.js
@@ -142,6 +142,7 @@ goog.dom.TagName = {
TABLE: 'TABLE',
TBODY: 'TBODY',
TD: 'TD',
+ TEMPLATE: 'TEMPLATE',
TEXTAREA: 'TEXTAREA',
TFOOT: 'TFOOT',
TH: 'TH',

Powered by Google App Engine
This is Rietveld 408576698