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

Unified Diff: Source/bindings/dart/DartAsyncLoader.h

Issue 428783004: Pass line offsets to Dart_LoadLibrary and Dart_LoadSource. (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/dartium
Patch Set: Created 6 years, 5 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/dart/DartApplicationLoader.cpp ('k') | Source/bindings/dart/DartAsyncLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/dart/DartAsyncLoader.h
diff --git a/Source/bindings/dart/DartAsyncLoader.h b/Source/bindings/dart/DartAsyncLoader.h
index 402bbbf101a656d36d2087ce99112b5786262691..ec995b8abfdb22a0fb1f12398a42522d236732b8 100644
--- a/Source/bindings/dart/DartAsyncLoader.h
+++ b/Source/bindings/dart/DartAsyncLoader.h
@@ -133,8 +133,8 @@ private:
bool ready() const { return mainScriptFetched() && m_pendingLibraries.isEmpty() && m_pendingSource.isEmpty() && !m_error; }
void findDependences(const String& url, const String& source, intptr_t lineNumber);
- void processLibrary(const String& url, const String& source);
- void processSource(const String& url, const String& source);
+ void processLibrary(const String& url, const String& source, intptr_t lineNumber);
+ void processSource(const String& url, const String& source, intptr_t lineNumber);
void reportError(Dart_Handle error, const String& url);
void reportError(const String& error, const String& url);
static Dart_Handle libraryTagHandlerCallback(Dart_LibraryTag, Dart_Handle library, Dart_Handle urlHandle);
« no previous file with comments | « Source/bindings/dart/DartApplicationLoader.cpp ('k') | Source/bindings/dart/DartAsyncLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698