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

Unified Diff: third_party/WebKit/Source/core/dom/ProcessingInstruction.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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/imagecapture/ImageCapture.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/ProcessingInstruction.idl
diff --git a/third_party/WebKit/Source/core/dom/ProcessingInstruction.idl b/third_party/WebKit/Source/core/dom/ProcessingInstruction.idl
index c0d0f67c2765c59e4abb9075fff6b880ad175d81..353ad410adc86c797cdcd4bf4c52c12a621d3ca0 100644
--- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.idl
+++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.idl
@@ -25,5 +25,5 @@ interface ProcessingInstruction : CharacterData {
// ProcessingInstruction implements LinkStyle
// https://dev.w3.org/csswg/cssom/#requirements-on-user-agents-implementing-the-xml-stylesheet-processing-instruction
- readonly attribute StyleSheet sheet;
+ readonly attribute StyleSheet? sheet;
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/imagecapture/ImageCapture.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698