| Index: third_party/WebKit/Source/core/dom/custom/CustomElement.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElement.h b/third_party/WebKit/Source/core/dom/custom/CustomElement.h
|
| index 8a2e93c502b95ce0be48810f98726add880865c6..b97c0c1f2fdcafc5542e6c29b407877e6827d127 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElement.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElement.h
|
| @@ -14,7 +14,7 @@ namespace blink {
|
| class CORE_EXPORT CustomElement {
|
| STATIC_ONLY(CustomElement);
|
| public:
|
| - static bool isPotentialCustomElementName(const AtomicString& name);
|
| + static bool isValidName(const AtomicString& name);
|
| };
|
|
|
| } // namespace blink
|
|
|