pkgsrc/devel/xulrunner10/patches/patch-dom_base_nsGlobalWindow.cpp
joerg c869831575 Do not use dynamic_cast without RTTI, reinterpret_cast is better here
anyway. Don't use false as pointer literal.
2013-08-29 12:56:15 +00:00

13 lines
377 B
C++

$NetBSD: patch-dom_base_nsGlobalWindow.cpp,v 1.1 2013/08/29 12:56:15 joerg Exp $
--- dom/base/nsGlobalWindow.cpp.orig 2013-08-28 16:01:56.000000000 +0000
+++ dom/base/nsGlobalWindow.cpp
@@ -6093,7 +6093,7 @@ PostMessageReadStructuredClone(JSContext
return runtimeCallbacks->read(cx, reader, tag, data, nsnull);
}
- return JS_FALSE;
+ return 0;
}
static JSBool