Disallow implicit conversion in a CSSParserContext constructor
There's a CSSParserContext ctor that allows implicit conversion from a |const CSSParserContext*| to |const CSSParserContext&|, where the latter is actually a new object constructed on stack with different member values. So this patch stops the conversion. Change-Id: Ibf98e8b0012122d2fc42e3fc4b4b38e8fe9b797a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2037854Reviewed-by:Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#738484}
Showing
Please register or sign in to comment