DescriptionSeparate WebIDBKey type into separate header
WebIDBKey has exported symbols that we don't want to call from any common or browser
code as well as a type enum that we want to reuse everywhere. This separates the
type enum into a standalone WebKit::WebIDBKeyType enum in its own header and
normalizes the names to standard blink public API conventions. This way we can
use DEPS to enforce that we're only using the types in common and browser code.
BUG=237267
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=154358
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fix win build #Patch Set 3 : also do WebIDBKeyPath types #
Messages
Total messages: 7 (0 generated)
|