| Index: core/svg/SVGRenderingIntent.idl
|
| diff --git a/core/svg/SVGRenderingIntent.idl b/core/svg/SVGRenderingIntent.idl
|
| index 5c081536e1305a86d52718ca3bbe00484ddfb422..4092cda304fe9f71b7f1be6473489509c77831b5 100644
|
| --- a/core/svg/SVGRenderingIntent.idl
|
| +++ b/core/svg/SVGRenderingIntent.idl
|
| @@ -23,9 +23,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - DoNotGenerateToV8
|
| -] interface SVGRenderingIntent {
|
| +interface SVGRenderingIntent {
|
| // Rendering Intent Types
|
| const unsigned short RENDERING_INTENT_UNKNOWN = 0;
|
| const unsigned short RENDERING_INTENT_AUTO = 1;
|
| @@ -34,4 +32,3 @@
|
| const unsigned short RENDERING_INTENT_SATURATION = 4;
|
| const unsigned short RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5;
|
| };
|
| -
|
|
|