mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 810609 - Fix for bad resource path in test_phonenumber.xul. r=anygregor
This commit is contained in:
parent
20abab5b8c
commit
dcfc28f391
@ -20,7 +20,7 @@
|
||||
|
||||
"use strict";
|
||||
|
||||
Components.utils.import("resource:///modules/PhoneNumber.jsm");
|
||||
Components.utils.import("resource://gre/modules/PhoneNumber.jsm");
|
||||
|
||||
function CantParse(dial, currentRegion) {
|
||||
var result = PhoneNumber.Parse(dial, currentRegion);
|
||||
|
Loading…
Reference in New Issue
Block a user