| Index: Source/core/dom/DOMError.h
|
| diff --git a/Source/core/dom/DOMError.h b/Source/core/dom/DOMError.h
|
| index 7b00b5e8ae80bf7c1e9182b1201ccab2d75689bf..4824e245aaf13b8185903481094fc87ad69b8231 100644
|
| --- a/Source/core/dom/DOMError.h
|
| +++ b/Source/core/dom/DOMError.h
|
| @@ -37,6 +37,7 @@
|
| namespace blink {
|
|
|
| class DOMError : public RefCountedWillBeGarbageCollectedFinalized<DOMError>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<DOMError> create(const String& name)
|
| {
|
|
|