aboutsummaryrefslogtreecommitdiff
path: root/www/libxul/files/patch-bug1021171
diff options
context:
space:
mode:
Diffstat (limited to 'www/libxul/files/patch-bug1021171')
-rw-r--r--www/libxul/files/patch-bug10211712
1 files changed, 1 insertions, 1 deletions
diff --git a/www/libxul/files/patch-bug1021171 b/www/libxul/files/patch-bug1021171
index a2c283c644a8..9e663a6779e0 100644
--- a/www/libxul/files/patch-bug1021171
+++ b/www/libxul/files/patch-bug1021171
@@ -162,7 +162,7 @@ index 5aacc23..aed45ca 100644
if (!sourceObject)
- return nullptr;
+ return false;
- ScriptSource *ss = sourceObject->source();
+ ScriptSource* ss = sourceObject->source();
SourceCompressionTask sct(cx);
diff --git js/xpconnect/wrappers/XrayWrapper.cpp js/xpconnect/wrappers/XrayWrapper.cpp