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

Unified Diff: Source/core/html/HTMLSourceElement.h

Issue 240153003: Remove the HTMLSourceElement.media IDL attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update test Created 6 years, 8 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 | « Source/core/frame/UseCounter.cpp ('k') | Source/core/html/HTMLSourceElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLSourceElement.h
diff --git a/Source/core/html/HTMLSourceElement.h b/Source/core/html/HTMLSourceElement.h
index 581e19a0ded60f320fbd6e6a9ede116e696dba99..28d67c41a18545accb63b6fe11d9f0972c5b9e94 100644
--- a/Source/core/html/HTMLSourceElement.h
+++ b/Source/core/html/HTMLSourceElement.h
@@ -35,10 +35,8 @@ class HTMLSourceElement FINAL : public HTMLElement {
public:
static PassRefPtr<HTMLSourceElement> create(Document&);
- const AtomicString& media() const;
const AtomicString& type() const;
void setSrc(const String&);
- void setMedia(const AtomicString&);
void setType(const AtomicString&);
void scheduleErrorEvent();
« no previous file with comments | « Source/core/frame/UseCounter.cpp ('k') | Source/core/html/HTMLSourceElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698