Index: Source/core/css/StyleMedia.idl |
diff --git a/Source/core/css/StyleMedia.idl b/Source/core/css/StyleMedia.idl |
index 36fe74f1944c5a6c70dc5368a4373876e42b67d6..38f4326c3b75b3f368e05dbbd111447c3a845f3e 100644 |
--- a/Source/core/css/StyleMedia.idl |
+++ b/Source/core/css/StyleMedia.idl |
@@ -24,6 +24,13 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// This interface was originally named Media, and was removed from the spec |
+// shortly after it was renamed to StyleMedia: |
+// http://www.w3.org/TR/2009/WD-cssom-view-20090804/#the-media-interface |
+// http://web.archive.org/web/20100206142043/http://dev.w3.org/csswg/cssom-view#the-stylemedia-interface |
+// |
+// TODO(philipj): Remove this interface. |
+ |
[ |
NoInterfaceObject, |
WillBeGarbageCollected |