Make IsLocked() take an ExceptionState& argument
Modify blink::ReadableStreamOperations::IsLocked() to take an
ExceptionState& parameter. Modify all callers so that the ExceptionState
is passed through all the way from the bindings layer.
Make Body::IsBodyLocked() return an enum { kLocked, kUnlocked, kBroken }
similar to IsBodyUsed.
Bug: 853189
Change-Id: I3b2350c845bfa57c0123c4426ef8c0b2e3eb6ddc
Reviewed-on: https://chromium-review.googlesource.com/1114938Reviewed-by:
Yuki Shiino <yukishiino@chromium.org>
Reviewed-by:
Kentaro Hara <haraken@chromium.org>
Reviewed-by:
Tsuyoshi Horo <horo@chromium.org>
Commit-Queue: Adam Rice <ricea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#571025}
Showing
This diff is collapsed.
Please register or sign in to comment