JS IC: detect inline function changes
This commit is contained in:
+1
-1
@@ -111,7 +111,7 @@ class IncrementalJsCompilerRunner(
|
||||
val jsCache = caches.platformCache
|
||||
jsCache.header = incrementalResults.headerMetadata
|
||||
|
||||
return jsCache.compareAndUpdate(incrementalResults.packageParts, changesCollector)
|
||||
return jsCache.compareAndUpdate(incrementalResults, changesCollector)
|
||||
}
|
||||
|
||||
override fun runCompiler(
|
||||
|
||||
Reference in New Issue
Block a user