Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Unified Diff: utils/apidoc/mdn/extract.dart

Issue 10291006: Rename getTEMPNAME to get (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698