| Index: Source/core/dom/DOMError.h
|
| diff --git a/Source/core/dom/DOMError.h b/Source/core/dom/DOMError.h
|
| index ecfa66b56d6768ca521dd20d47146cdc14146759..ae23e743b567ff41a876fb39b18dc8905ad0e7fb 100644
|
| --- a/Source/core/dom/DOMError.h
|
| +++ b/Source/core/dom/DOMError.h
|
| @@ -26,13 +26,14 @@
|
| #ifndef DOMError_h
|
| #define DOMError_h
|
|
|
| -#include <wtf/PassRefPtr.h>
|
| -#include <wtf/RefCounted.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "bindings/v8/ScriptWrappable.h"
|
| +#include "wtf/PassRefPtr.h"
|
| +#include "wtf/RefCounted.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
| -class DOMError : public RefCounted<DOMError> {
|
| +class DOMError : public RefCounted<DOMError>, public ScriptWrappable {
|
| public:
|
| static PassRefPtr<DOMError> create(const String& name)
|
| {
|
|
|