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

Unified Diff: third_party/WebKit/Source/modules/imagecapture/ImageCapture.idl

Issue 2574303002: Fix low risk non-nullable => nullable attributes / arguments to match the spec (Closed)
Patch Set: Codereview update Created 4 years 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/modules/imagecapture/ImageCapture.idl
diff --git a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.idl b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.idl
index 16692881571c9f0cb4044a5b2153c109f8e0c382..9b654baa654fb65a20e8ca18409f581f4c3daf1e 100644
--- a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.idl
+++ b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.idl
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// https://www.w3.org/TR/image-capture
+// https://w3c.github.io/mediacapture-image/#ImageCaptureAPI
[
ActiveScriptWrappable,

Powered by Google App Engine
This is Rietveld 408576698