Changeset 89228 in webkit for trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
- Timestamp:
- Jun 19, 2011, 8:50:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
r89226 r89228 772 772 PropertySlot slot(globalObject); 773 773 if (!globalObject->getPropertySlot(callFrame, JSONPPath[i].m_pathEntryName, slot)) { 774 if ( i)774 if (entry) 775 775 return throwError(callFrame, createUndefinedVariableError(globalObject->globalExec(), JSONPPath[i].m_pathEntryName)); 776 776 goto failedJSONP;
Note:
See TracChangeset
for help on using the changeset viewer.