summaryrefslogtreecommitdiff
path: root/src/patches/iceweasel-branding/enable-object-directory-paths.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/patches/iceweasel-branding/enable-object-directory-paths.patch')
-rw-r--r--src/patches/iceweasel-branding/enable-object-directory-paths.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/patches/iceweasel-branding/enable-object-directory-paths.patch b/src/patches/iceweasel-branding/enable-object-directory-paths.patch
index 2a5733f..74791e4 100644
--- a/src/patches/iceweasel-branding/enable-object-directory-paths.patch
+++ b/src/patches/iceweasel-branding/enable-object-directory-paths.patch
@@ -2,9 +2,9 @@ diff --git a/python/mozbuild/mozbuild/frontend/context.py b/python/mozbuild/mozb
index 41ae8ae..dcc3263 100644
--- a/python/mozbuild/mozbuild/frontend/context.py
+++ b/python/mozbuild/mozbuild/frontend/context.py
-@@ -637,8 +637,6 @@ class Path(ContextDerivedValue, unicode)
- class SourcePath(Path):
+@@ -640,8 +640,6 @@ class Path(ContextDerivedValue, unicode)
"""Like Path, but limited to paths in the source directory."""
+
def __init__(self, context, value):
- if value.startswith('!'):
- raise ValueError('Object directory paths are not allowed')