aboutsummaryrefslogtreecommitdiff
path: root/www/webkit2-gtk4/files/patch-Source_WebInspectorUI_Scripts_update-LegacyInspectorBackendCommands.rb
diff options
context:
space:
mode:
Diffstat (limited to 'www/webkit2-gtk4/files/patch-Source_WebInspectorUI_Scripts_update-LegacyInspectorBackendCommands.rb')
-rw-r--r--www/webkit2-gtk4/files/patch-Source_WebInspectorUI_Scripts_update-LegacyInspectorBackendCommands.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/webkit2-gtk4/files/patch-Source_WebInspectorUI_Scripts_update-LegacyInspectorBackendCommands.rb b/www/webkit2-gtk4/files/patch-Source_WebInspectorUI_Scripts_update-LegacyInspectorBackendCommands.rb
deleted file mode 100644
index 5b1f4eef7e6b..000000000000
--- a/www/webkit2-gtk4/files/patch-Source_WebInspectorUI_Scripts_update-LegacyInspectorBackendCommands.rb
+++ /dev/null
@@ -1,11 +0,0 @@
---- Source/WebInspectorUI/Scripts/update-LegacyInspectorBackendCommands.rb.orig 2021-05-17 13:22:42 UTC
-+++ Source/WebInspectorUI/Scripts/update-LegacyInspectorBackendCommands.rb
-@@ -36,7 +36,7 @@ class Task
- end
-
- generated_path = File.join tmpdir, output_filename
-- if !File.exists?(generated_path)
-+ if !File.exist?(generated_path)
- puts "ERROR: Generated file does not exist at expected path."
- exit 1
- end