git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove two now-incorrect assertions after r168256.
[WebKit-https.git]
/
Source
/
JavaScriptCore
/
runtime
/
JSString.cpp
diff --git
a/Source/JavaScriptCore/runtime/JSString.cpp
b/Source/JavaScriptCore/runtime/JSString.cpp
index
b911a4a
..
b831784
100644
(file)
--- a/
Source/JavaScriptCore/runtime/JSString.cpp
+++ b/
Source/JavaScriptCore/runtime/JSString.cpp
@@
-265,7
+265,6
@@
void JSRopeString::resolveRopeSlowCase8(LChar* buffer) const
}
ASSERT(buffer == position);
- ASSERT(!isRope());
}
void JSRopeString::resolveRopeSlowCase(UChar* buffer) const
@@
-297,7
+296,6
@@
void JSRopeString::resolveRopeSlowCase(UChar* buffer) const
}
ASSERT(buffer == position);
- ASSERT(!isRope());
}
void JSRopeString::outOfMemory(ExecState* exec) const