DescriptionFix the WebString leak in MockWebClipboardImpl
When we run content_shell in the single process mode with tests using the clipboard, the renderer thread passes WebString to the browser thread. It causes leak.
To avoid this, change the member WebString to NullableString16.
BUG=328158
TEST=content_shell --dump-render-tree --single-process ../../third_party/WebKit/LayoutTests/editing/pasteboard/createMarkup-assert.xml
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247850
Patch Set 1 : copy string #
Total comments: 1
Patch Set 2 : Use NullableString16 #
Messages
Total messages: 10 (0 generated)
|