EvenTypes => EventType
This commit is contained in:
parent
62f4b25cf9
commit
467e3b25b2
4 changed files with 6 additions and 6 deletions
|
@ -26,7 +26,7 @@ WebRequest::WebRequest(AtomBrowserContext* browser_context)
|
|||
WebRequest::~WebRequest() {
|
||||
}
|
||||
|
||||
template<AtomNetworkDelegate::EventTypes type>
|
||||
template<AtomNetworkDelegate::EventType type>
|
||||
void WebRequest::SetListener(mate::Arguments* args) {
|
||||
scoped_ptr<base::DictionaryValue> filter(new base::DictionaryValue);
|
||||
args->GetNext(filter.get());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue