Index: Source/core/html/HTMLImageElement.h |
diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h |
index 4328dceceba7d030cfce52c1519f4536e9a9c1f8..5e6ebbbbdef9fb48151a312dc0426c4b1774c14f 100644 |
--- a/Source/core/html/HTMLImageElement.h |
+++ b/Source/core/html/HTMLImageElement.h |
@@ -62,8 +62,6 @@ public: |
void setLoadManually(bool loadManually) { imageLoader().setLoadManually(loadManually); } |
- const AtomicString& alt() const; |
- |
void setHeight(int); |
KURL src() const; |