| Index: Source/core/html/HTMLParamElement.h
|
| diff --git a/Source/core/html/HTMLParamElement.h b/Source/core/html/HTMLParamElement.h
|
| index ece35442ff9228b84f43e64cb72780e69f946588..991e9595db998fd263dde594ec25c40fe6559e0e 100644
|
| --- a/Source/core/html/HTMLParamElement.h
|
| +++ b/Source/core/html/HTMLParamElement.h
|
| @@ -31,8 +31,8 @@ class HTMLParamElement FINAL : public HTMLElement {
|
| public:
|
| static PassRefPtr<HTMLParamElement> create(Document&);
|
|
|
| - String name() const;
|
| - String value() const;
|
| + const AtomicString& name() const;
|
| + const AtomicString& value() const;
|
|
|
| static bool isURLParameter(const String&);
|
|
|
|
|