diff options
Diffstat (limited to 'Source/WebCore/bindings/js/JSDOMWrapper.cpp')
-rw-r--r-- | Source/WebCore/bindings/js/JSDOMWrapper.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/WebCore/bindings/js/JSDOMWrapper.cpp b/Source/WebCore/bindings/js/JSDOMWrapper.cpp index 9548f2f..794f039 100644 --- a/Source/WebCore/bindings/js/JSDOMWrapper.cpp +++ b/Source/WebCore/bindings/js/JSDOMWrapper.cpp @@ -26,7 +26,6 @@ #include "config.h" #include "JSDOMWrapper.h" -#include "JSDebugWrapperSet.h" #include <runtime/Error.h> using namespace JSC; @@ -37,7 +36,6 @@ namespace WebCore { DOMObject::~DOMObject() { - ASSERT(!JSDebugWrapperSet::shared().contains(this)); } #endif |