diff options
-rw-r--r-- | webkit/port/html/HTMLCanvasElement.idl | 3 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_lists/win/tests_fixable.txt | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/webkit/port/html/HTMLCanvasElement.idl b/webkit/port/html/HTMLCanvasElement.idl index 485b177..d5c819c 100644 --- a/webkit/port/html/HTMLCanvasElement.idl +++ b/webkit/port/html/HTMLCanvasElement.idl @@ -34,9 +34,6 @@ module html { attribute long width; attribute long height; - DOMString toDataURL(in [ConvertUndefinedOrNullToNullString] DOMString type) - raises(DOMException); - #if defined(V8_BINDING) CanvasRenderingContext2D getContext(in DOMString contextId); #elif !defined(LANGUAGE_OBJECTIVE_C) diff --git a/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt index 0d36c77..bb314eb 100644 --- a/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt @@ -904,6 +904,7 @@ V8 | KJS # LayoutTests/fast/transforms/overflow-with-transform.html = FAIL V8 | KJS # LayoutTests/fast/transforms/shadows.html = FAIL V8 | KJS # LayoutTests/http/tests/misc/acid3.html = FAIL V8 | KJS # DEFER : LayoutTests/http/tests/misc/frame-default-enc-same-domain.html = FAIL +V8 | KJS # LayoutTests/http/tests/security/canvas-remote-read-remote-image.html = FAIL V8 | KJS # LayoutTests/http/tests/security/canvas-remote-read-svg-image.html = FAIL V8 | KJS # LayoutTests/http/tests/security/cross-frame-access-object-prototype.html = FAIL V8 | KJS # LayoutTests/http/tests/security/cross-origin-xsl-BLOCKED.html = FAIL |