Home
last modified time | relevance | path

Searched defs:NotNullTag (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
DStdLibExtras.h142 enum NotNullTag { NotNull }; enum
143 inline void* operator new(size_t, NotNullTag, void* location) in new() argument