Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 2763613003: Fix signed integer overflow in ImageData (Closed)
Patch Set: Adding tests Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index 2351669cb8cc6d879ab50ce4b1091768657c6660..af702d9b8e99ed6d531575ffc6cffe73eafe0699 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -1250,6 +1250,7 @@ source_set("unit_tests") {
"html/HTMLTableRowElementTest.cpp",
"html/HTMLTextAreaElementTest.cpp",
"html/HTMLVideoElementTest.cpp",
+ "html/ImageDataTest.cpp",
"html/ImageDocumentTest.cpp",
"html/LinkRelAttributeTest.cpp",
"html/MediaCustomControlsFullscreenDetectorTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698