| Index: Source/core/dom/DOMURL.h
|
| diff --git a/Source/core/dom/DOMURL.h b/Source/core/dom/DOMURL.h
|
| index 7e87881150a2243c3ce54f8aea13f58dd1f80412..3d663c0bb53380d80848ab46f8a3452889f115fb 100644
|
| --- a/Source/core/dom/DOMURL.h
|
| +++ b/Source/core/dom/DOMURL.h
|
| @@ -44,7 +44,6 @@ class ExecutionContext;
|
| class URLRegistrable;
|
|
|
| class DOMURL FINAL : public RefCountedWillBeGarbageCollectedFinalized<DOMURL>, public ScriptWrappable, public DOMURLUtils {
|
| - DECLARE_GC_INFO;
|
| public:
|
| static PassRefPtrWillBeRawPtr<DOMURL> create(const String& url, ExceptionState& exceptionState)
|
| {
|
|
|