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

Unified Diff: extensions/renderer/resources/runtime_custom_bindings.js

Issue 302463005: Add support for AMD to the extensions module system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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
« no previous file with comments | « extensions/renderer/resources/last_error.js ('k') | extensions/renderer/resources/send_request.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/resources/runtime_custom_bindings.js
diff --git a/extensions/renderer/resources/runtime_custom_bindings.js b/extensions/renderer/resources/runtime_custom_bindings.js
index 88f4f5e89d0f3ad3bf6b804ff10a93a885a5cfbd..5ca284fd1c46aeb2293c95903153313312a41294 100644
--- a/extensions/renderer/resources/runtime_custom_bindings.js
+++ b/extensions/renderer/resources/runtime_custom_bindings.js
@@ -7,7 +7,7 @@
var binding = require('binding').Binding.create('runtime');
var messaging = require('messaging');
-var runtimeNatives = requireNative('runtime');
+var runtimeNatives = requireNative('runtime_natives');
var unloadEvent = require('unload_event');
var process = requireNative('process');
var forEach = require('utils').forEach;
« no previous file with comments | « extensions/renderer/resources/last_error.js ('k') | extensions/renderer/resources/send_request.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698