| Index: utils/apidoc/mdn/extract.dart
|
| diff --git a/utils/apidoc/mdn/extract.dart b/utils/apidoc/mdn/extract.dart
|
| index 6f7aa7a5f2fbbe3cae1b1d4a50703e9028940566..693356afc1d6fcffbd2d4602af9feeb3efd061b0 100644
|
| --- a/utils/apidoc/mdn/extract.dart
|
| +++ b/utils/apidoc/mdn/extract.dart
|
| @@ -1309,7 +1309,7 @@ void main() {
|
| void documentLoaded(event) {
|
| // Load the database of expected methods and properties with an
|
| // XMLHttpRequest.
|
| - new XMLHttpRequest.getTEMPNAME('${window.location}.json', (req) {
|
| + new XMLHttpRequest.get('${window.location}.json', (req) {
|
| data = JSON.parse(req.responseText);
|
| dbEntry = {'members': [], 'srcUrl': pageUrl};
|
| run();
|
|
|