diff options
Diffstat (limited to 'WebCore/dom/MappedAttributeEntry.h')
-rw-r--r-- | WebCore/dom/MappedAttributeEntry.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/WebCore/dom/MappedAttributeEntry.h b/WebCore/dom/MappedAttributeEntry.h index 842e7a8..ce2464e 100644 --- a/WebCore/dom/MappedAttributeEntry.h +++ b/WebCore/dom/MappedAttributeEntry.h @@ -47,7 +47,9 @@ enum MappedAttributeEntry { // When adding new entries, make sure to keep eLastEntry at the end of the list. , eLastEntry }; - + +enum FragmentScriptingPermission { FragmentScriptingAllowed, FragmentScriptingNotAllowed }; + } #endif |