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); |