From 49219baab8fa67baba2383d50b0a4da84b2b9068 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Fri, 11 Sep 2015 02:51:51 +0200 Subject: Annotate many DOM attribute and methods with [Constant] and [Pure] --- components/script/dom/webidls/ProcessingInstruction.webidl | 1 + 1 file changed, 1 insertion(+) (limited to 'components/script/dom/webidls/ProcessingInstruction.webidl') diff --git a/components/script/dom/webidls/ProcessingInstruction.webidl b/components/script/dom/webidls/ProcessingInstruction.webidl index 1b25f5f84f6..cd6a14f3dc0 100644 --- a/components/script/dom/webidls/ProcessingInstruction.webidl +++ b/components/script/dom/webidls/ProcessingInstruction.webidl @@ -8,5 +8,6 @@ */ interface ProcessingInstruction : CharacterData { + [Constant] readonly attribute DOMString target; }; -- cgit v1.2.3