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

Unified Diff: sky/engine/core/html/HTMLTElement.idl

Issue 867963006: Add the <t> element and ignore whitespace outside it. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Do it for a whole subtree. Created 5 years, 11 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/html/HTMLTElement.cpp ('k') | sky/engine/core/html/HTMLTagNames.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/HTMLTElement.idl
diff --git a/benchmarks/startup/noop.cc b/sky/engine/core/html/HTMLTElement.idl
similarity index 79%
copy from benchmarks/startup/noop.cc
copy to sky/engine/core/html/HTMLTElement.idl
index 60fe155e732b65a3a0bff1b38371b8f7b676197a..255c0544f219b20cd960323d838316e764f87d1b 100644
--- a/benchmarks/startup/noop.cc
+++ b/sky/engine/core/html/HTMLTElement.idl
@@ -2,6 +2,5 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-int main() {
- return 0;
-}
+interface HTMLTElement : HTMLElement {
+};
« no previous file with comments | « sky/engine/core/html/HTMLTElement.cpp ('k') | sky/engine/core/html/HTMLTagNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698