| Index: Source/core/dom/DOMImplementation.h
|
| diff --git a/Source/core/dom/DOMImplementation.h b/Source/core/dom/DOMImplementation.h
|
| index 5360b6a737dfd65cd8a60a3486c7b8651e431142..4d4f1be94bc44281914399816be0794f7b59d0bd 100644
|
| --- a/Source/core/dom/DOMImplementation.h
|
| +++ b/Source/core/dom/DOMImplementation.h
|
| @@ -38,7 +38,7 @@ class HTMLDocument;
|
| class KURL;
|
| class XMLDocument;
|
|
|
| -class DOMImplementation FINAL : public NoBaseWillBeGarbageCollected<DOMImplementation>, public ScriptWrappable {
|
| +class DOMImplementation final : public NoBaseWillBeGarbageCollected<DOMImplementation>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| public:
|
|
|