summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/html/HTMLDataListElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/html/HTMLDataListElement.h')
-rw-r--r--chromium/third_party/WebKit/Source/core/html/HTMLDataListElement.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/chromium/third_party/WebKit/Source/core/html/HTMLDataListElement.h b/chromium/third_party/WebKit/Source/core/html/HTMLDataListElement.h
index e19686bfa5c..7d79c7720f3 100644
--- a/chromium/third_party/WebKit/Source/core/html/HTMLDataListElement.h
+++ b/chromium/third_party/WebKit/Source/core/html/HTMLDataListElement.h
@@ -39,9 +39,9 @@ namespace WebCore {
class HTMLDataListElement FINAL : public HTMLElement {
public:
- static PassRefPtr<HTMLDataListElement> create(Document&);
+ static PassRefPtrWillBeRawPtr<HTMLDataListElement> create(Document&);
- PassRefPtr<HTMLCollection> options();
+ PassRefPtrWillBeRawPtr<HTMLCollection> options();
void optionElementChildrenChanged();
@@ -51,8 +51,6 @@ private:
virtual void finishParsingChildren() OVERRIDE;
};
-DEFINE_NODE_TYPE_CASTS(HTMLDataListElement, hasTagName(HTMLNames::datalistTag));
-
} // namespace WebCore
#endif // HTMLDataListElement_h