1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

fix Context#load() after removing deprecated evaluate() method.

This commit is contained in:
Charles Lowell 2011-04-07 09:05:31 -05:00
parent 67a1cc5c9e
commit 44e4ab90eb
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ module V8
def load(filename)
File.open(filename) do |file|
evaluate file, filename, 1
self.eval file, filename, 1
end
end

@ -1 +1 @@
Subproject commit dd93fd3e6a49d194a7788a143a336d2e94dd9532
Subproject commit 8ea1e0d6b9e0a77b026b1b5d80a39c8eff486b92