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

Unified Diff: Source/core/html/HTMLDocument.idl

Issue 1164533007: Remove the redundant HTMLDocument.compatMode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLDocument.idl
diff --git a/Source/core/html/HTMLDocument.idl b/Source/core/html/HTMLDocument.idl
index a5fef5ca7876a5d9cdb532edd4ea1171bfca8b39..f695ad5650bf37afdc6e98814d3194fbfacbc3fc 100644
--- a/Source/core/html/HTMLDocument.idl
+++ b/Source/core/html/HTMLDocument.idl
@@ -24,9 +24,6 @@
// https://html.spec.whatwg.org/#the-window-object
interface HTMLDocument : Document {
- // FIXME: This shadows the compatMode on the Document interface.
- readonly attribute DOMString compatMode;
-
// https://html.spec.whatwg.org/#the-document-object
// TODO(philipj): The below should be moved to Document. crbug.com/496376
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698