summaryrefslogtreecommitdiff
path: root/src/3rdparty/webkit/WebCore/dom/MappedAttributeEntry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/WebCore/dom/MappedAttributeEntry.h')
-rw-r--r--src/3rdparty/webkit/WebCore/dom/MappedAttributeEntry.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/3rdparty/webkit/WebCore/dom/MappedAttributeEntry.h b/src/3rdparty/webkit/WebCore/dom/MappedAttributeEntry.h
index 745ad2347c..ce2464e793 100644
--- a/src/3rdparty/webkit/WebCore/dom/MappedAttributeEntry.h
+++ b/src/3rdparty/webkit/WebCore/dom/MappedAttributeEntry.h
@@ -1,6 +1,4 @@
/*
- * This file is part of the DOM implementation for KDE.
- *
* Copyright (C) 1999 Lars Knoll (knoll@kde.org)
* (C) 1999 Antti Koivisto (koivisto@kde.org)
* (C) 2001 Peter Kelly (pmk@post.com)
@@ -49,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