| Index: third_party/WebKit/Source/core/frame/SubresourceIntegrity.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/SubresourceIntegrity.cpp b/third_party/WebKit/Source/core/frame/SubresourceIntegrity.cpp
|
| index 95e05abf61bfbc56914cb52d00fc6095ced0cf8d..edf24cfb00ae47929a47691367eb62e4d634dc73 100644
|
| --- a/third_party/WebKit/Source/core/frame/SubresourceIntegrity.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/SubresourceIntegrity.cpp
|
| @@ -287,7 +287,8 @@ SubresourceIntegrity::AlgorithmParseResult SubresourceIntegrity::parseAlgorithm(
|
| // ^ ^ ^ ^
|
| // position end position end
|
| //
|
| -// After (if successful: if the method returns false, we make no promises and the caller should exit early):
|
| +// After (if successful: if the method returns false, we make no promises and
|
| +// the caller should exit early):
|
| //
|
| // [algorithm]-[hash] OR [algorithm]-[hash]?[options]
|
| // ^ ^ ^
|
|
|