Index: Source/core/html/HTMLSourceElement.h |
diff --git a/Source/core/html/HTMLSourceElement.h b/Source/core/html/HTMLSourceElement.h |
index 3d7fa079f32d981181f9577e60dfdb1d7beeff5f..1d5c6327e8bc679bcf16e27a9442287741fcc1fa 100644 |
--- a/Source/core/html/HTMLSourceElement.h |
+++ b/Source/core/html/HTMLSourceElement.h |
@@ -36,6 +36,7 @@ class HTMLSourceElement : public HTMLElement { |
public: |
static PassRefPtr<HTMLSourceElement> create(const QualifiedName&, Document*); |
+ String src() const; |
String media() const; |
String type() const; |
void setSrc(const String&); |