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

Unified Diff: Source/core/xml/A.js

Issue 757963002: [Blink-in-JS] 'Import' function to load sub-modules and other resources for private scripts (Part-3) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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: Source/core/xml/A.js
diff --git a/Source/core/xml/A.js b/Source/core/xml/A.js
new file mode 100644
index 0000000000000000000000000000000000000000..8344ce5fd05226c7b4c6c0327cbb345ede5ad66f
--- /dev/null
+++ b/Source/core/xml/A.js
@@ -0,0 +1,3 @@
+function aJSFunction(arg) {
+ alert(arg);
+}

Powered by Google App Engine
This is Rietveld 408576698