aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/HTMLElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLElement.webidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/webidls/HTMLElement.webidl b/components/script/dom/webidls/HTMLElement.webidl
index a67a13d4be4..76bfada1b94 100644
--- a/components/script/dom/webidls/HTMLElement.webidl
+++ b/components/script/dom/webidls/HTMLElement.webidl
@@ -24,9 +24,9 @@ interface HTMLElement : Element {
// attribute DOMString itemId;
//readonly attribute HTMLPropertiesCollection properties;
// attribute any itemValue; // acts as DOMString on setting
- [Pref="dom.microdata.testing.enabled"]
+ [Pref="dom_microdata_testing_enabled"]
sequence<DOMString>? propertyNames();
- [Pref="dom.microdata.testing.enabled"]
+ [Pref="dom_microdata_testing_enabled"]
sequence<DOMString>? itemtypes();
// user interaction