12 lines
335 B
Diff
12 lines
335 B
Diff
--- src/webkit2-extension.c 2017-04-24 19:51:30.000000000 +0000
|
|
+++ - 2018-06-23 12:27:53.459279693 +0000
|
|
@@ -1846,7 +1846,7 @@
|
|
return result;
|
|
}
|
|
|
|
- canonical_path = canonicalize_file_name(file_path);
|
|
+ canonical_path = realpath(file_path, NULL);
|
|
|
|
if (NULL != canonical_path) {
|
|
for (iter = paths; iter; iter = iter->next) {
|