| 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);
|
| };
|
|
|
|
|