| Index: third_party/WebKit/Source/core/html/FormAssociatedElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/FormAssociatedElement.h b/third_party/WebKit/Source/core/html/FormAssociatedElement.h
|
| index 5e95de75f5f4f8543a81e23cd4cf7ead6d31d7ef..d863a879aca0137cb201b9c00043670f268419b3 100644
|
| --- a/third_party/WebKit/Source/core/html/FormAssociatedElement.h
|
| +++ b/third_party/WebKit/Source/core/html/FormAssociatedElement.h
|
| @@ -137,10 +137,10 @@ private:
|
| bool m_formWasSetByParser;
|
| };
|
|
|
| -HTMLElement* toHTMLElement(FormAssociatedElement*);
|
| -HTMLElement& toHTMLElement(FormAssociatedElement&);
|
| -const HTMLElement* toHTMLElement(const FormAssociatedElement*);
|
| -const HTMLElement& toHTMLElement(const FormAssociatedElement&);
|
| +CORE_EXPORT HTMLElement* toHTMLElement(FormAssociatedElement*);
|
| +CORE_EXPORT HTMLElement& toHTMLElement(FormAssociatedElement&);
|
| +CORE_EXPORT const HTMLElement* toHTMLElement(const FormAssociatedElement*);
|
| +CORE_EXPORT const HTMLElement& toHTMLElement(const FormAssociatedElement&);
|
|
|
| } // namespace blink
|
|
|
|
|