diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2020-01-04 21:41:41 -0500 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2020-01-26 15:50:19 -0500 |
commit | c42aba4e8a6226e90184cc6262c250827ecf49a5 (patch) | |
tree | ec4bf4c6c92cad41a0d702053f005e9ed6f80399 /dom/webidl/HTMLTimeElement.webidl | |
parent | fcbcb947c3df25fd5304916a7e803f620cd3f894 (diff) | |
download | aura-central-c42aba4e8a6226e90184cc6262c250827ecf49a5.tar.gz |
Bug 1340027 - Part 2: Add HTML CEReactions annotation.
Tag UXP Issue mcp-graveyard/UXP%1344
Diffstat (limited to 'dom/webidl/HTMLTimeElement.webidl')
-rw-r--r-- | dom/webidl/HTMLTimeElement.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/webidl/HTMLTimeElement.webidl b/dom/webidl/HTMLTimeElement.webidl index ea37405bf..35c06fef3 100644 --- a/dom/webidl/HTMLTimeElement.webidl +++ b/dom/webidl/HTMLTimeElement.webidl @@ -9,6 +9,6 @@ [HTMLConstructor] interface HTMLTimeElement : HTMLElement { - [SetterThrows] + [CEReactions, SetterThrows] attribute DOMString dateTime; }; |