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

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

Issue 365873002: Implement a part of ProcessingInstruction by using PrivateScript (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WIP: async XHR, rewriting layout tests Created 6 years, 3 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 | « Source/core/dom/ProcessingInstruction.cpp ('k') | Source/core/dom/ProcessingInstruction.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « Source/core/dom/ProcessingInstruction.cpp ('k') | Source/core/dom/ProcessingInstruction.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698