Index: Source/core/dom/ProcessingInstruction.idl |
diff --git a/Source/core/dom/ProcessingInstruction.idl b/Source/core/dom/ProcessingInstruction.idl |
index c082c1035109313123481eca3c09b6b7e0b60e1e..c436a4939c489542045fb05c2bdba47bb958bfcc 100644 |
--- a/Source/core/dom/ProcessingInstruction.idl |
+++ b/Source/core/dom/ProcessingInstruction.idl |
@@ -26,5 +26,9 @@ interface ProcessingInstruction : CharacterData { |
// interface LinkStyle from DOM Level 2 Style Sheets |
readonly attribute StyleSheet sheet; |
+ |
+ [ImplementedInPrivateScript, OnlyExposedToPrivateScript] void registerSheet(boolean parsing); |
+ [ImplementedInPrivateScript, OnlyExposedToPrivateScript] void unregisterSheet(); |
+ [ImplementedInPrivateScript, OnlyExposedToPrivateScript] void sheetLoadedCallback(); |
}; |