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

Unified Diff: Source/core/dom/ProcessingInstruction.idl

Issue 703193004: XSLT-in-PrivateScript (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/dom/ProcessingInstruction.idl
diff --git a/Source/core/dom/ProcessingInstruction.idl b/Source/core/dom/ProcessingInstruction.idl
index c082c1035109313123481eca3c09b6b7e0b60e1e..af3e7e0979d27f5f26c24b362efdead13dcc32f1 100644
--- a/Source/core/dom/ProcessingInstruction.idl
+++ b/Source/core/dom/ProcessingInstruction.idl
@@ -26,5 +26,7 @@ interface ProcessingInstruction : CharacterData {
// interface LinkStyle from DOM Level 2 Style Sheets
readonly attribute StyleSheet sheet;
+
+ [ImplementedInPrivateScript, OnlyExposedToPrivateScript] void onProcessingInstructionAvailable(DOMString href, boolean parsing);
};

Powered by Google App Engine
This is Rietveld 408576698