summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/v8/npruntime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/v8/npruntime.cpp')
-rw-r--r--WebCore/bindings/v8/npruntime.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/bindings/v8/npruntime.cpp b/WebCore/bindings/v8/npruntime.cpp
index 12500a7..836456a 100644
--- a/WebCore/bindings/v8/npruntime.cpp
+++ b/WebCore/bindings/v8/npruntime.cpp
@@ -296,7 +296,6 @@ NPObject* _NPN_RetainObject(NPObject* npObject)
void _NPN_DeallocateObject(NPObject* npObject)
{
ASSERT(npObject);
- ASSERT(npObject->referenceCount >= 0);
if (npObject) {
// NPObjects that remain in pure C++ may never have wrappers.