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

Unified Diff: Source/bindings/core/dart/DartScriptState.cpp

Issue 575883003: Fix more inspector compile errors from merge as well as a ScriptState compile error. (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/dartium
Patch Set: Created 6 years, 3 months 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
« no previous file with comments | « Source/bindings/core/dart/DartScriptDebugServer.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/dart/DartScriptState.cpp
diff --git a/Source/bindings/core/dart/DartScriptState.cpp b/Source/bindings/core/dart/DartScriptState.cpp
index 65e1950b5ce2188e037e094995837ebfebbb0ad3..29bfe6b376b86fa3dc4785b855d946dd69e286df 100644
--- a/Source/bindings/core/dart/DartScriptState.cpp
+++ b/Source/bindings/core/dart/DartScriptState.cpp
@@ -89,7 +89,6 @@ PassRefPtr<AbstractScriptPromise> DartScriptState::createPromiseRejectedWithType
PassOwnPtr<AbstractScriptPromiseResolver> DartScriptState::createPromiseResolver(ScriptPromiseResolver*)
{
RELEASE_ASSERT_NOT_REACHED();
- return nullptr;
}
class DartScriptStateProtectingContext : public AbstractScriptStateProtectingContext {
« no previous file with comments | « Source/bindings/core/dart/DartScriptDebugServer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698