Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Unified Diff: Source/bindings/v8/CallbackPromiseAdapter.h

Issue 27278002: Add an Error class for ServiceWorkers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix windows Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/bindings/v8/CallbackPromiseAdapter.h
diff --git a/Source/bindings/v8/CallbackPromiseAdapter.h b/Source/bindings/v8/CallbackPromiseAdapter.h
index 0cf6ea59e2a8d077e04d7119ee2b2d954bfa6cc7..d094b1e66189908bb5511c53f4edf198f63ff7ae 100644
--- a/Source/bindings/v8/CallbackPromiseAdapter.h
+++ b/Source/bindings/v8/CallbackPromiseAdapter.h
@@ -83,7 +83,7 @@ public:
private:
RefPtr<ScriptPromiseResolver> m_resolver;
DOMRequestState m_requestState;
- DISALLOW_COPY_AND_ASSIGN(CallbackPromiseAdapter);
+ WTF_MAKE_NONCOPYABLE(CallbackPromiseAdapter);
};
} // namespace WebCore
« no previous file with comments | « LayoutTests/virtual/serviceworker/http/tests/serviceworker/registration-expected.txt ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698